Commit 45b90741 authored by 高飞's avatar 高飞

修改禁用

parent a2163b05
...@@ -1254,7 +1254,7 @@ export default { ...@@ -1254,7 +1254,7 @@ export default {
}, },
//选择文件 //选择文件
handleChangePsxzExcel(file, fileList) { handleChangePsxzExcel(file, fileList) {
this.psxz_tree_data = this.deepClone(this.psxz_tree_dataCopy); this.psxz_tree_data = this.initData(this.deepClone(this.psxz_tree_dataCopy));
this.psxzIds = []; this.psxzIds = [];
if (fileList.length > 0) { if (fileList.length > 0) {
this.form_PsxzAdd.fileList1 = [fileList[fileList.length - 1]]; // 这一步,是展示最后一次选择的文件 this.form_PsxzAdd.fileList1 = [fileList[fileList.length - 1]]; // 这一步,是展示最后一次选择的文件
......
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