+
-
@@ -559,7 +560,7 @@ const data = reactive({
arrayLength: 1,
allNo: 'circle',
hasUnion: false, // 联合执法选择
- auth_checked: false, // 委托执法选择
+ auth_checked: "0", // 委托执法选择
union_datas: [], // 联合执法用的分组list
check_union_no: '', // 选中的联合执法编号
radio_flag: 'circle', // 联合执法单选按钮的选择标识,
@@ -991,7 +992,7 @@ const convertReg = (regs) => {
obj.lawEnforcementId = dt.lawEnforcementId;
obj.lawEnforcementItem = dt.lawEnforcementItem;
obj.lawEnforcementItemText = dt.lawEnforcementItemText;
- data.auth_checked = dt.hasAuto==0?false:true;
+ data.auth_checked = String(dt.hasAuto);
data.entrustDeptName=dt.entrustDeptName;
data.hasUnion = dt.hasUnion==0?false:true;
obj.lawEnforcer = nameCorrect(dt.lawEnforcer);
diff --git a/src/views/enterprise/registrationEdit.vue b/src/views/enterprise/registrationEdit.vue
index d003370..1534e6f 100644
--- a/src/views/enterprise/registrationEdit.vue
+++ b/src/views/enterprise/registrationEdit.vue
@@ -270,12 +270,15 @@
-
+
-
+
+ 否
+ 是
+
-
+