Commit 3131770f authored by 罗超's avatar 罗超

1

parent 6afd09c6
...@@ -960,6 +960,7 @@ ...@@ -960,6 +960,7 @@
this.saveMsg.splice(i, 1); this.saveMsg.splice(i, 1);
}, },
uploadFileBtn(file) { //上传 uploadFileBtn(file) { //上传
console.log(file)
if (file.file.size > 1024 * 1024 * 10) { if (file.file.size > 1024 * 1024 * 10) {
this.$message.warning(this.$t('tips.wjdxbncgsz')) this.$message.warning(this.$t('tips.wjdxbncgsz'))
return return
...@@ -1329,7 +1330,8 @@ ...@@ -1329,7 +1330,8 @@
"Type": this.$route.query.Type, "Type": this.$route.query.Type,
"orderObj": this.$route.query.orderObj, "orderObj": this.$route.query.orderObj,
'IsUploadPic': this.$route.query.IsUploadPic, 'IsUploadPic': this.$route.query.IsUploadPic,
'companyID': this.$route.query.companyID 'companyID': this.$route.query.companyID,
'GuestId':this.$route.query.GuestId
} }
}); });
}).catch(() => { }).catch(() => {
......
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