yangys
2025-08-14 9ff7d57765b1eb3704b9425819cdb9c5708e0ab1
src/views/flowmgr/backImport.vue
@@ -126,9 +126,9 @@
    },
    handleWarehouse() {
      if (this.selection.length == 0) {
        return this.$message.error("请选择数据")
      }
      // if (this.selection.length == 0) {
      //   return this.$message.error("请选择数据")
      // }
      let selection = [];
      this.selection.forEach(item => {
        selection.push(item.id);
@@ -154,7 +154,9 @@
          }
        }
      );
      ).finally(() => {
        this.loading = false;
      });
    }
  },
};