mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 21:03:26 +08:00
【优化】使用新版treeTable后变更了数据返回,导致vue端数据异常问题,调整为分类型请求。
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
id: 'treeTableBox',
|
||||
elem: '#LAY-app-CoreCmsGoodsCategory-tableBox',
|
||||
url: layui.setter.apiUrl + 'Api/CoreCmsGoodsCategory/GetPageList',
|
||||
where: { type: 'layui' },
|
||||
method: 'POST',
|
||||
tree: {
|
||||
customName: {
|
||||
|
||||
@@ -76,7 +76,8 @@
|
||||
//数据绑定
|
||||
var insTb = treeTable.render({
|
||||
id: 'treeTableBox',
|
||||
url: layui.setter.apiUrl + 'Api/SysMenu/GetPageList',
|
||||
url: layui.setter.apiUrl + 'Api/SysMenu/GetPageList',
|
||||
where: { type: 'layui' },
|
||||
method: 'POST',
|
||||
elem: '#LAY-app-SysMenu-tableBox',
|
||||
tree: {
|
||||
|
||||
Reference in New Issue
Block a user