Browse Source

reactor:泸州新增对接;

zhangchong 1 month ago
parent
commit
e8b6b4f6d9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/views/todo/seats/accept/lzAccept.vue

+ 2 - 3
src/views/todo/seats/accept/lzAccept.vue

@@ -1127,9 +1127,8 @@ const loadCreatedBy = () => {
 			};
 			const isNumberIdentityType = parseInt(<string>route.query.identityType);
 			if ([1, 2].includes(isNumberIdentityType)) {
-				// 按键接收(2:市民 1:企业) 默认市民
-				if (isNumberIdentityType == 2) state.ruleForm.identityType = 1;
-				else state.ruleForm.identityType = 2;
+				// 按键接收(1:市民 2:企业) 默认市民
+				state.ruleForm.identityType = isNumberIdentityType;
 			} else {
 				state.ruleForm.identityType = 1;
 			}