医生提交1212
This commit is contained in:
@@ -898,6 +898,19 @@ doctorSendUnfilled(params) {//医生发送缺少字段至患者
|
||||
}
|
||||
})
|
||||
}
|
||||
getNation() {//获取名族
|
||||
return this.request({
|
||||
url: `${this.baseUrl}/basic/nation`,
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
getJob() {//获取职业
|
||||
return this.request({
|
||||
url: `${this.baseUrl}/basic/job`,
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user