调整分享,创建资料等bug

This commit is contained in:
唐明明
2022-12-30 16:01:07 +08:00
parent 2a851d47b2
commit 893a8012be
11 changed files with 201 additions and 44 deletions

View File

@@ -100,6 +100,16 @@ const userInfoBank = id => {
})
}
// 获取省市区
const getRegion = id => {
return request({
url : 'region',
data : {
parent_id: id || ''
}
})
}
export {
relations,
code,
@@ -112,5 +122,6 @@ export {
eSigns,
userInfoBase,
userInfoBanks,
userInfoBank
userInfoBank,
getRegion
}