Commit 7f16c788 authored by “yiyousong”'s avatar “yiyousong”

pref:优化预览

parent 8c3f97c3
......@@ -503,6 +503,7 @@ export default {
if (code === 1) {
this.$message.success(msg);
this.getMaterialsList();
this.getWriteMatterList();
this.rightSelectedRowKeys = [];
}
})
......
......@@ -186,9 +186,10 @@ export default {
// 关闭
handleClose() {
this.$refs.form.resetFields();
this.fileUrlFileList = [];
this.templatePathFileList = [];
// this.fileUrlFileList = [];
// this.templatePathFileList = [];
this.samplePathFileList = [];
this.loading = false;
this.Visible = false;
},
// 上传样表
......
......@@ -83,11 +83,9 @@ export default {
methods: {
handleOk() {
this.$refs.formBuilder.validate();
console.log(this.val);
},
handleClose() {
this.val = "";
console.log(11);
},
},
};
......
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