修改不显示数据
This commit is contained in:
parent
934f003dde
commit
bf1152aa57
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue