Commit b0f44a52 authored by youjie's avatar youjie

no message

parent 356b3084
...@@ -168,6 +168,7 @@ ...@@ -168,6 +168,7 @@
}, },
methods: { methods: {
UploadImage(file) { UploadImage(file) {
this.$message.info(this.$t('tips.shangchuanzhong'));
let newArr = []; let newArr = [];
newArr.push(file.file); newArr.push(file.file);
let fileName = file.file.name; let fileName = file.file.name;
...@@ -179,6 +180,7 @@ ...@@ -179,6 +180,7 @@
obj.Path = str; obj.Path = str;
obj.ShowPath = imgUrl; obj.ShowPath = imgUrl;
this.msg.Image = obj.ShowPath this.msg.Image = obj.ShowPath
this.$message.success(this.$t('tips.scchenggong'));
}); });
}, },
editSubmit(formName){ editSubmit(formName){
......
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