2023.11.14
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
// hospitals.value = null
|
||||
}
|
||||
async function sumbmitFunc() {
|
||||
console.log(choosed_h.value,h_info.value,userinfo.value)
|
||||
// console.log(choosed_h.value,h_info.value,userinfo.value)
|
||||
let obj = {
|
||||
id: userinfo.value.userId,
|
||||
// isSurgery: 1, //是否已经手术 0为手术,1已经手术
|
||||
@@ -123,6 +123,7 @@
|
||||
hospitalId:choosed_h.value?.ID
|
||||
}
|
||||
const res = await api.userinfoUpdae(obj)
|
||||
// console.log('res is ',res)
|
||||
if(res.code === 0) {
|
||||
uni.showToast({
|
||||
title:res.msg,
|
||||
|
Reference in New Issue
Block a user