zhaowei
2025-06-03 e27722cc75b3090ed3eca54fc5651fa636b40453
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) {