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 @@ }); - \ No newline at end of file +