From dbe2e223e1838aa043948d9ac7376c14e8da1bd3 Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Tue, 20 May 2025 08:46:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:sm=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/system/newdev/apply/applyList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html index 84ef888d..fd2a3846 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html @@ -147,7 +147,7 @@ $.modal.openTab("材料提亀", $.operate.detailUrl(id)); } function openMsg(row){ - alert(row); + $.modal.alertError(row); }