src/pages/procurementManagement/paymentEntry/index.vue
@@ -162,7 +162,7 @@
  const getList = () => {
    showLoadingToast("加载中...");
    tableLoading.value = true;
    invoiceListPage({ ...searchForm.value, ...page.value })
    invoiceListPage({ ...searchForm.value, ...page.value, approvalStatus: 3 })
      .then(res => {
        console.log(res.data);
        tableLoading.value = false;