From eb0ac6dfa50adaac99e463e49e42635fa71bde48 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 31 Dec 2024 19:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E7=AE=A1=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/Organization.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/lecturer/Organization.vue b/src/views/lecturer/Organization.vue index f039c762..2879031e 100644 --- a/src/views/lecturer/Organization.vue +++ b/src/views/lecturer/Organization.vue @@ -354,7 +354,7 @@ export default{ code: null, isContains: '0', affiliationOrgList: [], - locking: 0, + locking: 1, }, }) const PlaceOfPayList = ref([ @@ -638,6 +638,7 @@ const getTableDate = (obj) => { }) const addTeacher=()=>{ state.teacherdialog=true , + state.formParam.locking = 0 state.teacherdialogtitle="新增培训发生组织" state.vf = true lecturer.getAffiliationCode().then(res=>{ @@ -764,7 +765,7 @@ const getTableDate = (obj) => { code: null, isContains: '0', affiliationOrgList: [], - locking: 0, + locking: 1, } } async function validateField(name) {