From a78db39695a48b7a9b0b2f8a37a0c9cd32bfb6b4 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期一, 01 九月 2025 10:35:18 +0800
Subject: [PATCH] yys
---
src/views/procurementManagement/procurementInvoiceLedger/index.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/procurementManagement/procurementInvoiceLedger/index.vue b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
index 6c35c5b..255f3ac 100644
--- a/src/views/procurementManagement/procurementInvoiceLedger/index.vue
+++ b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -81,7 +81,7 @@
<el-button
type="primary"
text
- @click="openEdit(row.id)"
+ @click="openEdit(row)"
:disabled="row.issUerId !== userStore.id"
>
缂栬緫
@@ -289,8 +289,9 @@
});
};
-const changePage = ({ page }) => {
+const changePage = ({ page, limit }) => {
pagination.currentPage = page;
+ pagination.pageSize = limit;
onCurrentChange(page);
};
@@ -310,8 +311,8 @@
modalRef.value.handleImport(id);
};
-const openEdit = (id) => {
- editmodalRef.value.open(id);
+const openEdit = (row) => {
+ editmodalRef.value.open(row);
};
// 涓婁紶鎴愬姛鍚庡仛浠�涔�
--
Gitblit v1.9.3