From 1e89cf769b77c0951832f428f9beb2c0e09329e1 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Thu, 24 May 2018 16:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/ruoyi/js/ry-ui.js | 4 ++-- src/main/resources/templates/system/config/config.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/ruoyi/js/ry-ui.js b/src/main/resources/static/ruoyi/js/ry-ui.js index bb9b5e6e..6265432d 100644 --- a/src/main/resources/static/ruoyi/js/ry-ui.js +++ b/src/main/resources/static/ruoyi/js/ry-ui.js @@ -137,8 +137,8 @@ $(function(){ //初始化表格树,_expandAll true展开 false 不展开 $.initTreeTable = function (_id, _parentId, _columns, _url, _expandAll) { $('.bootstrap-table').bootstrapTreeTable({ - code : _id, // 用于设置父子关系 - parentCode : _parentId, // 用于设置父子关系 + code : _id, // 用于设置父子关系 + parentCode : _parentId, // 用于设置父子关系 type: 'get', // 请求方式(*) url: _url, // 请求后台的URL(*) ajaxParams : {}, // 请求数据的ajax的data属性 diff --git a/src/main/resources/templates/system/config/config.html b/src/main/resources/templates/system/config/config.html index 44bb4f2b..6075a666 100644 --- a/src/main/resources/templates/system/config/config.html +++ b/src/main/resources/templates/system/config/config.html @@ -12,7 +12,7 @@ 删除 - +