From f46e17841880d45c50eeb1610bce8bec94996c8b Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 8 Aug 2025 14:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E5=B7=A5=E5=99=A8=E5=85=B7?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE=20isCheck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/ma/type/index.vue | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/src/views/material/ma/type/index.vue b/src/views/material/ma/type/index.vue index f27324f1..61f1689a 100644 --- a/src/views/material/ma/type/index.vue +++ b/src/views/material/ma/type/index.vue @@ -610,6 +610,19 @@ + + + + + + + + - - - - - - - - @@ -788,6 +793,7 @@ export default { // 表单参数 form: { companyId: "", + isCheck: '0' }, chosenTypeId: "", leasePrice: "", @@ -877,7 +883,6 @@ export default { typeName: "", companyId: 101, isEnter: '', - isCheck: '0', keeperUserId: '', }, teamLeaderList: [], @@ -1366,7 +1371,6 @@ export default { typeId: id, isEnter, keeperUserId, - isCheck: this.addFormParams.isCheck }; this.$refs["addFormParamsRef"].validate(async (valid) => {