调整分享,创建资料等bug
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user