From 0bff3f9950ced3803632d2ecc967d48da567b0c0 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Wed, 8 May 2024 16:59:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E4=BA=A7=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/property/data/propertyinfo.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/property/data/propertyinfo.html b/ruoyi-admin/src/main/resources/templates/system/property/data/propertyinfo.html index 6134f72..f62f260 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/data/propertyinfo.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/data/propertyinfo.html @@ -71,10 +71,11 @@ var isSoftwareDatas = [[${@dict.getType('sys_yes_no')}]]; var shemichengduDatas = [[${@dict.getType('sys_user_shemi')}]]; var prefix = ctx + "system/property/data"; - + var obj = {useId:[[${useId}]]}; $(function() { var options = { url: prefix + "/list", + queryParams:obj, createUrl: prefix + "/add/{useId}", updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove", @@ -137,4 +138,4 @@ }); </script> </body> -</html> \ No newline at end of file +</html>