|
@@ -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
|