From c6db51de817b5647367ada10fb5e113a8cacf280 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 27 Dec 2024 17:17:18 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/lecturer/Organization.vue b/src/views/lecturer/Organization.vue index b95a7766..141ff09f 100644 --- a/src/views/lecturer/Organization.vue +++ b/src/views/lecturer/Organization.vue @@ -150,11 +150,11 @@ 是否为根节点:
- + -
@@ -350,7 +350,7 @@ export default{ code: null, isContains: '0', affiliationOrgList: [], - locking: 1, + locking: 0, }, }) const PlaceOfPayList = ref([ @@ -760,7 +760,7 @@ const getTableDate = (obj) => { code: null, isContains: '0', affiliationOrgList: [], - locking: 1, + locking: 0, } } async function validateField(name) {