From 915080c4a24062d6a44b16352916511f53db6755 Mon Sep 17 00:00:00 2001 From: qinoy Date: Thu, 5 Sep 2024 10:22:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BB=BA=E6=A8=A1=E5=B1=9E=E6=80=A7relatio?= =?UTF-8?q?n=E4=B8=8Eawsorg=E7=B1=BB=E5=9E=8B=E5=B1=9E=E6=80=A7=E7=9A=84?= =?UTF-8?q?=E5=8F=AA=E8=AF=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/method/MethodAttribute.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/src/views/method/MethodAttribute.vue b/com.actionsoft.apps.coe.pal/src/views/method/MethodAttribute.vue index c424e8d..cd6c223 100644 --- a/com.actionsoft.apps.coe.pal/src/views/method/MethodAttribute.vue +++ b/com.actionsoft.apps.coe.pal/src/views/method/MethodAttribute.vue @@ -81,7 +81,6 @@ v-model="scope.row.readonly" active-color="#4E7FF9" inactive-color="#E2E2E2" - :disabled="scope.row.type == 'relation' || scope.row.type == 'awsorg'" @change="handleChangeReadonlyAndValid(scope.row.id, scope.row.title, scope.row.readonly,scope.row.isRequired, scope.row.isValid)"> @@ -394,8 +393,8 @@
只读 @@ -907,11 +906,10 @@ let type = form.type; if(arr.includes(type)){ this.readOnlyCursor = true; - form.readonly = false; }else{ this.readOnlyCursor = false; - form.readonly = row.readonly; } + form.readonly = row.readonly; form.value = row.value; form.desc = row.desc form.isValid = row.isValid;