Commit a8280e99 authored by liudong1993's avatar liudong1993

1

parent ecbbcc88
......@@ -1792,6 +1792,8 @@
expressageMsg: [],
importFileUrl3: this.domainManager().UploadFileUrl +
"?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: {
FrIDList: [],
Type: 1
......@@ -2135,12 +2137,14 @@
this.$message.info(this.$t('tips.shangchuanzhong'))
this.UploadSelfFileT(path, newArr, x => {
let fileSize = file.file.size < 1024 ? file.file.size : (file.file.size / 1024).toFixed(0);
this.expressageMsg=[];
this.expressageMsg.push({
Content: x.data.FilePath,
ID: 0,
Type: fileTypeNumber,
Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
})
this.importFileUrl3 = this.importFileUrl4 + '&CreateByName=' + this.expressageMsg[0].Url;
this.$message.success(this.$t('tips.scchenggong'))
}, 1);
},
......@@ -2358,7 +2362,6 @@
return isJPG && isLt2M;
},
beforeAvatarUpload2(file) {
this.importFileUrl3 = this.importFileUrl3 + '&CreateByName=' + this.expressageMsg[0].Url
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