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); }; // 上传成功后做什么