@@ -447,6 +447,9 @@ const initEdit = async () => {
) {
v.writable = true;
}
+ if (v.formName === 'third_service_region_cb_1') {
+ v.writable = false;
+ }
return v;
});