修改不显示数据

This commit is contained in:
shilixia 2020-10-21 11:51:45 +08:00
parent 934f003dde
commit bf1152aa57
1 changed files with 4 additions and 7 deletions

View File

@ -100,8 +100,8 @@
><span v-html="showlight(scope.row.dlxh)" ></span ><span v-html="showlight(scope.row.dlxh)" ></span
></template> ></template>
</el-table-column> </el-table-column>
<el-table-column label="大类名称" v-if="showlight(scope.row.dlmc)!='null'"> <el-table-column label="大类名称" >
<template slot-scope="scope" <template slot-scope="scope" v-if="showlight(scope.row.dlmc)!='null'"
><span v-html="showlight(scope.row.dlmc)"></span ><span v-html="showlight(scope.row.dlmc)"></span
></template> ></template>
</el-table-column> </el-table-column>
@ -259,10 +259,7 @@ export default {
}); });
}, },
resetFilter() {
(this.listQuery = Object.assign({}, dflistQuery)), this.getList();
this.getGroup();
},
getGroup() { getGroup() {
for (let key in this.groupBy) { for (let key in this.groupBy) {
let data = Object.assign({}, this.listQuery); let data = Object.assign({}, this.listQuery);