|
|
|
|
@ -60,7 +60,7 @@ const choosePersonClick = async (info) => {
|
|
|
|
|
const response1 = await $api("SetDefaultPerson", {
|
|
|
|
|
person_id: info.id,
|
|
|
|
|
});
|
|
|
|
|
$response(response1, () => {
|
|
|
|
|
$response(response1, () => {
|
|
|
|
|
getUserInfo();
|
|
|
|
|
});
|
|
|
|
|
// 查询团检ID
|
|
|
|
|
@ -97,7 +97,7 @@ const getGroupCombo = async (info) => {
|
|
|
|
|
hospital_id: $store.save.hospital,
|
|
|
|
|
group_id: info.group_id,
|
|
|
|
|
});
|
|
|
|
|
uni.hideLoading();
|
|
|
|
|
|
|
|
|
|
$response(response, () => {
|
|
|
|
|
console.log(response);
|
|
|
|
|
if (response.data.unit.length) {
|
|
|
|
|
@ -124,10 +124,14 @@ const getGroupCombo = async (info) => {
|
|
|
|
|
multipleList.value = data.duo_xuan_yi;
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: "/pages/main/tj/tjxq?groupId=" + info.group_id,
|
|
|
|
|
});
|
|
|
|
|
setTimeout(()=>{
|
|
|
|
|
uni.hideLoading();
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: "/pages/main/tj/tjxq?groupId=" + info.group_id,
|
|
|
|
|
});
|
|
|
|
|
},1500)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|