Ver Fonte

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

wangggziwen há 6 meses atrás
pai
commit
54e55781d8
1 ficheiros alterados com 5 adições e 0 exclusões
  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: "确定",