소스 검색

优化关系导入

zhangyu 3 년 전
부모
커밋
acbebe491f
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/components/relation/relationShip/Modal/exportExcel.vue

+ 6 - 6
src/components/relation/relationShip/Modal/exportExcel.vue

@@ -207,9 +207,9 @@ export default {
 						type: 'primary',
 					}]
 				}
-        this.dialogExport = true
-        this.dialogProcess = true
-
+        this.dialogExport = false;
+        this.dialogProcess = true;
+        this.$emit('upDataTable')
       },
       error(event, file, fileList) {
 				this.activities = [{
@@ -225,9 +225,9 @@ export default {
 					size: 'large',
 					type: 'primary',
         }]
-        this.dialogExport = true
-        this.dialogProcess = true
-
+        this.dialogExport = false;
+        this.dialogProcess = true;
+        this.$emit('upDataTable')
       },
       errBack() {
         this.dialogProcess = false