Ver código fonte

SAI - 导出全部bugfix

wangggziwen 1 ano atrás
pai
commit
67dea65725

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

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

+ 1 - 0
ui/src/views/production/apply/mine/index.vue

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

+ 1 - 0
ui/src/views/production/apply/pending/index.vue

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