update: 付款审核tab切换 全选重置

This commit is contained in:
admin 2024-06-05 15:58:21 +08:00
parent a896baaa35
commit 6725ac0f3f
2 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,7 @@ const resetPageList = () => {
};
const currentTab = ref(2);
const handleTab = (item: any) => {
state.isAll = false;
currentTab.value = item.key;
resetPageList();
getList();

View File

@ -158,6 +158,7 @@ const tabList = reactive([
]);
const currentTab = ref(2);
const handleTab = (item: any) => {
state.isAll = false;
currentTab.value = item.key;
resetPageList();
getList();