gaoluyang
2026-02-06 bc6907b93ce7de21f2089a490f078c783c92e5a3
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;