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;