Forráskód Böngészése

SAI开项管理 - 修复总数据页面“导出全部”功能

wangggziwen 6 hónapja
szülő
commit
54e55781d8
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      ui/src/views/production/apply/all/index.vue

+ 5 - 0
ui/src/views/production/apply/all/index.vue

@@ -1940,6 +1940,11 @@ export default {
     /** 导出全部按钮操作 */
     handleExport() {
       this.queryParams.ids = null;
+      if (this.queryParams.workArea != null && this.queryParams.workArea != "") {
+        this.queryParams.workArea = this.queryParams.workArea.join();
+      } else {
+        this.queryParams.workArea = "";
+      }
       const queryParams = this.queryParams;
       this.$confirm('是否确认导出所有SAI开项管理数据项?', "警告", {
         confirmButtonText: "确定",