yangys
2025-08-16 f1b4ff31d9cb91fcda228a9781ddb8b3c792f8ba
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);