jsk
This commit is contained in:
parent
1ccebfe824
commit
17ca482461
|
|
@ -5,7 +5,7 @@ import request from '@/utils/request';
|
|||
*/
|
||||
export function healthDetailApi(data) {
|
||||
return request({
|
||||
url: '/smart-canteen/health_person_info/detail-health-info',
|
||||
url: '/smart-canteen/health_person_info/detail-health-appinfo',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
|
|
|
|||
|
|
@ -311,7 +311,7 @@ export default {
|
|||
}
|
||||
}).catch(errors => {
|
||||
console.error('Validation failed:', errors);
|
||||
uni.$u.toast('请检查并修正错误');
|
||||
uni.$u.toast('请填写完整信息');
|
||||
});
|
||||
},
|
||||
hideKeyboard() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue