Commit ea6a71e4 by caoyanzhi

update: 导入成本弹窗关闭时重置数据

parent 715dd24a
......@@ -523,6 +523,7 @@ export default {
return;
}
this.$refs.importFile.reset();
this.importCost.options.downloadTemplate.splice(1, 1);
},
handleFileChange({ files }) {
if (!Array.isArray(files) || files.length == 0) {
......
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