返回上一层,清空多选一

main
yanzai 1 year ago
parent ce5d5feb38
commit c8fa6ad486

@ -274,6 +274,8 @@ const selectDrawerRef = (e) => {
};
onShow(() => {
$store.setDuoXuanYi({});
itemIds.value = [];
if (!!config_ref.value) {
checkHospital();
}

@ -205,6 +205,7 @@
};
onShow(() => {
uni.getLocation({
type: 'wgs84',
success: (res) => {
@ -229,6 +230,7 @@
}
getUserInfo()
$store.setCheckupTypeId({});
$store.setDuoXuanYi({});
})
</script>
<template>

Loading…
Cancel
Save