Commit 8b49fc68 authored by 王晓倩's avatar 王晓倩

上传图片问题

parent 9d985a16
...@@ -286,12 +286,14 @@ ...@@ -286,12 +286,14 @@
this.form.pictureUrl2 = ""; this.form.pictureUrl2 = "";
this.form.pictureUrl3 = ""; this.form.pictureUrl3 = "";
this.fileList = []; this.fileList = [];
this.fileIndex = 0;
}, },
// 取消按钮 // 取消按钮
cancel() { cancel() {
this.open = false; this.open = false;
this.reset(); this.reset();
this.fileList = []; this.fileList = [];
this.fileIndex = 0;
}, },
// 表单重置 // 表单重置
reset() { reset() {
......
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