hyingbo
2025-07-15 68d89cf9309f5b78d7e7b5175853063d4c9cf846
src/views/tms/WarehouseList.vue
@@ -267,6 +267,12 @@
      this.$bus.$off('getCurrSelected', this.handleGetCurrSelected);
    },
    methods: {
      handleAdd: function () {
        const nextSeq = Number(this.dataSource[this.dataSource.length - 1].seq) + 1
        this.$refs.modalForm.add(nextSeq);
        this.$refs.modalForm.title = "新增";
        this.$refs.modalForm.disableSubmit = false;
      },
      handleStatus(record) {
        getAction(this.url.list, { parentId: record.id }).then((res) => {
          if (res.success) {