zhangwencui
2026-02-06 5f41753ec28591899386b165cda899a2c8b9bbc0
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;