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); }