update: 付款审核tab切换 全选重置
This commit is contained in:
parent
a896baaa35
commit
6725ac0f3f
|
@ -210,6 +210,7 @@ const resetPageList = () => {
|
||||||
};
|
};
|
||||||
const currentTab = ref(2);
|
const currentTab = ref(2);
|
||||||
const handleTab = (item: any) => {
|
const handleTab = (item: any) => {
|
||||||
|
state.isAll = false;
|
||||||
currentTab.value = item.key;
|
currentTab.value = item.key;
|
||||||
resetPageList();
|
resetPageList();
|
||||||
getList();
|
getList();
|
||||||
|
|
|
@ -158,6 +158,7 @@ const tabList = reactive([
|
||||||
]);
|
]);
|
||||||
const currentTab = ref(2);
|
const currentTab = ref(2);
|
||||||
const handleTab = (item: any) => {
|
const handleTab = (item: any) => {
|
||||||
|
state.isAll = false;
|
||||||
currentTab.value = item.key;
|
currentTab.value = item.key;
|
||||||
resetPageList();
|
resetPageList();
|
||||||
getList();
|
getList();
|
||||||
|
|
Loading…
Reference in New Issue