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) => {