feat:二级表格页面添加排序功能

This commit is contained in:
zhangyu
2020-07-21 10:03:31 +08:00
parent f26e72bbd7
commit b5311a5eb6
4 changed files with 163 additions and 9 deletions

View File

@@ -997,7 +997,6 @@
getLeftMenuList(){
this.$get('asset/filter').then(response => {
if (response.code === 200) {
console.log(response.data);
//dc
this.checkListData = this.IDCOptionData = response.data.dc;
this.markOptionData(this.IDCOptionData);