Commit b0f44a52 authored by youjie's avatar youjie

no message

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