zhangwencui
2026-02-05 84bf005a674d3c49e66a67b9a55824dedb0d7120
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;