+
+
+
+
+
+
+
+
+ 查询
+
+
+
+ 清空
+
+
+
+
+
+
+
加载中...
{
- res.data.forEach((item)=>{
+ res.data.records.forEach((item)=>{
var idList = []
var NameList = ''
item.roles.forEach((items)=>{
@@ -242,7 +298,9 @@
item.idList = idList
item.NameList = NameList
})
- this.data = res.data
+ // this.data = res.data
+ this.data = res.data.records
+ this.total = res.data.total
})
},
addModal () { // 点击新增按钮
@@ -317,7 +375,7 @@
#post-manage {
height: 100%;
.content {
- height: calc(~'100% - 53px')
+ height: calc(~'100% - 105px - 56px')
}
.filter-tree {
height: calc(~'100% - 50px')