|
@@ -8,6 +8,7 @@
|
|
|
modal-append-to-body
|
|
|
append-to-body
|
|
|
@close="testGLExcelMD"
|
|
|
+
|
|
|
>
|
|
|
<div class="mg-b-10">
|
|
|
<el-alert
|
|
@@ -127,6 +128,7 @@ import {matching} from "@/api/tentative/testcollect";
|
|
|
this.testexceldata = [];
|
|
|
|
|
|
this.testGLExcel = false;
|
|
|
+ this.$emit('changemodal');
|
|
|
},
|
|
|
async tabLazytreeAll(val,pid) {
|
|
|
//清表树信息
|
|
@@ -193,7 +195,7 @@ import {matching} from "@/api/tentative/testcollect";
|
|
|
type: "success",
|
|
|
message: "操作成功!"
|
|
|
});
|
|
|
- this.testGLExcel=false
|
|
|
+ this.testGLExcelMD()
|
|
|
}, error => {
|
|
|
|
|
|
console.log(error);
|