Explorar el Código

优化关系导入

zhangyu hace 3 años
padre
commit
acbebe491f
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  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