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

pref:优化预览

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