|
@@ -292,7 +292,7 @@ export default {
|
|
ProjectId: this.projectId,
|
|
ProjectId: this.projectId,
|
|
ReplaceReason: 0,
|
|
ReplaceReason: 0,
|
|
Size: data.file.size,
|
|
Size: data.file.size,
|
|
- UserName: this.userInfo.userName,
|
|
|
|
|
|
+ UserName: this.userInfo.username,
|
|
UserId: this.userInfo.userId
|
|
UserId: this.userInfo.userId
|
|
};
|
|
};
|
|
// 替换模型文件
|
|
// 替换模型文件
|