From 7a611dbe82d33ec60843c38f33c4323d1126a47b Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 2 Jul 2025 11:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/ma/type/index.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/views/material/ma/type/index.vue b/src/views/material/ma/type/index.vue index dd211266..3eefff82 100644 --- a/src/views/material/ma/type/index.vue +++ b/src/views/material/ma/type/index.vue @@ -659,7 +659,7 @@ :close-on-click-modal="false" > + + + + + + + + @@ -851,6 +859,7 @@ export default { label: "", typeName: "", companyId: 101, + isEnter: '' }, addFormParamsRules: { @@ -1309,7 +1318,7 @@ export default { }, /* 确定 */ onSubmit() { - const { id, typeName } = this.addFormParams; + const { id, typeName, isEnter } = this.addFormParams; console.log("level", this.levelTemp); console.log("idTemp", this.idTemp); const addParams = { @@ -1325,6 +1334,7 @@ export default { level: this.levelTemp, parentId: this.parentId, typeId: id, + isEnter, }; this.$refs["addFormParamsRef"].validate(async (valid) => {