浏览代码

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

wangggziwen 6 月之前
父节点
当前提交
54e55781d8
共有 1 个文件被更改,包括 5 次插入0 次删除
  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: "确定",