lyh
2025-06-05 0d27c826c71c323ff605cd27a53bbc5a0c96f752
src/views/tms/modules/inbound/InboundListRight.vue
@@ -305,7 +305,7 @@
        }
        // 打开新增模态框,并传递当前选中的节点
          this.$refs.modalForm.add(this.nodeSelected);
          this.$refs.modalForm.title = "新增通用参数类型工具";
          this.$refs.modalForm.title = "新增工具入库";
          this.$refs.modalForm.disableSubmit = false;
      },
      handleDelete(id) {