Commit f362e281 authored by 张子雨's avatar 张子雨

Merge branch 'feat/constructionOne' into feature/20230327_public_takeaway

* feat/constructionOne:
  feat: 修改业务模式
parents 4714428f f048de51
...@@ -90,7 +90,9 @@ export async function getInfo() { ...@@ -90,7 +90,9 @@ export async function getInfo() {
if (res.townId) { if (res.townId) {
res.addr.push(res.townId); res.addr.push(res.townId);
} }
settlementType = +res.settlementType; if (settlementType !== null) {
settlementType = +res.settlementType;
}
} }
// 身份证有效期处理 // 身份证有效期处理
const date = res.legalPersonPeriod.split('-') || []; const date = res.legalPersonPeriod.split('-') || [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment