feat:アクション選択の改善

This commit is contained in:
xiaozhe.ma
2024-08-21 09:51:12 +09:00
parent 82ef3ebde0
commit d1634b6e81
3 changed files with 699 additions and 7 deletions

View File

@@ -89,11 +89,11 @@ export default {
tab.value = categoryNames.length>0? categoryNames[0]:'';
isLoaded.value=true;
});
watch(props.filter,()=>{
if(props.filter && props.filter!==''){
tab.value='';
}
});
// watch(props.filter,()=>{
// if(props.filter && props.filter!==''){
// tab.value='';
// }
// });
watch(tab,()=>{
if(tab.value!==''){
emit('clearFilter','');