返回上一层,清空多选一

main
yanzai 1 year ago
parent ce5d5feb38
commit c8fa6ad486

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

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

Loading…
Cancel
Save