Commit a8280e99 authored by liudong1993's avatar liudong1993

1

parent ecbbcc88
...@@ -1792,6 +1792,8 @@ ...@@ -1792,6 +1792,8 @@
expressageMsg: [], expressageMsg: [],
importFileUrl3: this.domainManager().UploadFileUrl + importFileUrl3: this.domainManager().UploadFileUrl +
"?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=1&RB_Group_id=2&Type=21", "?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=1&RB_Group_id=2&Type=21",
importFileUrl4: this.domainManager().UploadFileUrl +
"?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=1&RB_Group_id=2&Type=21",
hbMsg: { hbMsg: {
FrIDList: [], FrIDList: [],
Type: 1 Type: 1
...@@ -2135,12 +2137,14 @@ ...@@ -2135,12 +2137,14 @@
this.$message.info(this.$t('tips.shangchuanzhong')) this.$message.info(this.$t('tips.shangchuanzhong'))
this.UploadSelfFileT(path, newArr, x => { this.UploadSelfFileT(path, newArr, x => {
let fileSize = file.file.size < 1024 ? file.file.size : (file.file.size / 1024).toFixed(0); let fileSize = file.file.size < 1024 ? file.file.size : (file.file.size / 1024).toFixed(0);
this.expressageMsg=[];
this.expressageMsg.push({ this.expressageMsg.push({
Content: x.data.FilePath, Content: x.data.FilePath,
ID: 0, ID: 0,
Type: fileTypeNumber, Type: fileTypeNumber,
Url: this.domainManager().ViittoFileUrl + x.data.FilePath, Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
}) })
this.importFileUrl3 = this.importFileUrl4 + '&CreateByName=' + this.expressageMsg[0].Url;
this.$message.success(this.$t('tips.scchenggong')) this.$message.success(this.$t('tips.scchenggong'))
}, 1); }, 1);
}, },
...@@ -2358,7 +2362,6 @@ ...@@ -2358,7 +2362,6 @@
return isJPG && isLt2M; return isJPG && isLt2M;
}, },
beforeAvatarUpload2(file) { beforeAvatarUpload2(file) {
this.importFileUrl3 = this.importFileUrl3 + '&CreateByName=' + this.expressageMsg[0].Url
return; return;
}, },
//上传 //上传
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment