Browse Source

提交导出分摊数据加转圈

Lijy 2 years ago
parent
commit
df8fc60b64

+ 3 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/project/finance.vue

@@ -645,7 +645,8 @@ import { error } from 'dingtalk-jsapi';
                 showImportResult:false,
                 widthHtval: document.body.clientWidth - 230,
                 deleteSelList: [],
-                chosenProjectsChecked: false
+                chosenProjectsChecked: false,
+                exportDataProcessing: false,
             };
         },
         methods: {
@@ -1319,7 +1320,7 @@ import { error } from 'dingtalk-jsapi';
                     }
                 },
                 error => {
-                    this.listLoading = false;
+                    this.exportDataProcessing = false;
                     this.$message({
                         message: error,
                         type: "error"