|
@@ -141,7 +141,6 @@ const activeName = ref('all');
|
|
|
// 获取列表和总数
|
|
|
const resultData = ref<EmptyObjectType>({});
|
|
|
const getTableAndNum = async () => {
|
|
|
- state.tableLoading = true;
|
|
|
state.tableLoading = true;
|
|
|
try {
|
|
|
const { result } = await getHomeData2();
|
|
@@ -178,7 +177,6 @@ const getTableAndNum = async () => {
|
|
|
state.screenApplyNum = result?.screenApplyNum ?? 0; // 甄别申请
|
|
|
state.screenNum = result?.screenNum ?? 0; // 甄别待审批
|
|
|
state.sendBackAuditNum = result?.sendBackAuditNum ?? 0; // 退回待审批
|
|
|
- state.tableLoading = false;
|
|
|
} catch (error: any) {
|
|
|
console.log(error);
|
|
|
state.tableLoading = false;
|