Commit 1238dbf8 by 刘海龙

11

parent dc63a19d
......@@ -138,7 +138,6 @@
}
},
upload: function () {
$event.target.value = null
let _this = this;
let saveName, id = '';
if (_this.uploadName === 'front_view') {
......@@ -177,6 +176,7 @@
if (_this.uploadName === 'handset_view') {
_this.form.handset_view = str.data.url;
}
$event.target.value = null
_this.checkSubmit();
layer.close(loadingIndex);
}
......
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