宗法
This commit is contained in:
@@ -172,6 +172,14 @@ const getFlows = id => {
|
||||
})
|
||||
}
|
||||
|
||||
// 获取所有省市数据
|
||||
const createCity = (data) =>{
|
||||
return request({
|
||||
url: "region/pro_city",
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
relations,
|
||||
code,
|
||||
@@ -192,5 +200,6 @@ export {
|
||||
getTeam,
|
||||
getTeamLogs,
|
||||
getSignLogs,
|
||||
getFlows
|
||||
getFlows,
|
||||
createCity
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user