From 8aab48c1c9cc580946c3c0ec5073b12abc4ebaad Mon Sep 17 00:00:00 2001 From: lihuilin Date: Thu, 6 Nov 2025 17:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E5=86=8D=E4=BC=A0=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E7=9A=84=E5=8F=82=E6=95=B0=E4=BA=86=EF=BC=81?= =?UTF-8?q?=EF=BC=81=E5=86=8D=E4=BC=A0=E6=89=94=E6=A5=BC=E4=B8=8B=E5=9F=8B?= =?UTF-8?q?=E4=BA=86=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audit/bean/beanAudit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/audit/bean/beanAudit.vue b/src/views/audit/bean/beanAudit.vue index 8bc7e23..81c0fd3 100644 --- a/src/views/audit/bean/beanAudit.vue +++ b/src/views/audit/bean/beanAudit.vue @@ -347,7 +347,7 @@ const showApproveDialog = (row) => { // 处理通过操作 // 为什么使用handleApproveConfirm页面就加载不出来,使用handleApprove就可以, // (发现问题:加了防抖,名称为handleApprove,修改名称一致即可) -const handleApproveConfirm = async (row) => { +const handleApproveConfirm = async function() {// 不要再传row了!哪有row!!! if (!hasbeanWaitThough) { ElMessage.error('暂无权限') return