修改不显示数据
This commit is contained in:
parent
934f003dde
commit
bf1152aa57
|
@ -96,12 +96,12 @@
|
|||
</el-table-column>
|
||||
<el-table-column type="index" width="50" />
|
||||
<el-table-column label="大类序号">
|
||||
<template slot-scope="scope" v-if="showlight(scope.row.dlxh)!='null'"
|
||||
<template slot-scope="scope" v-if="showlight(scope.row.dlxh)!='null'"
|
||||
><span v-html="showlight(scope.row.dlxh)" ></span
|
||||
></template>
|
||||
</el-table-column>
|
||||
<el-table-column label="大类名称" v-if="showlight(scope.row.dlmc)!='null'">
|
||||
<template slot-scope="scope"
|
||||
<el-table-column label="大类名称" >
|
||||
<template slot-scope="scope" v-if="showlight(scope.row.dlmc)!='null'"
|
||||
><span v-html="showlight(scope.row.dlmc)"></span
|
||||
></template>
|
||||
</el-table-column>
|
||||
|
@ -259,10 +259,7 @@ export default {
|
|||
});
|
||||
},
|
||||
|
||||
resetFilter() {
|
||||
(this.listQuery = Object.assign({}, dflistQuery)), this.getList();
|
||||
this.getGroup();
|
||||
},
|
||||
|
||||
getGroup() {
|
||||
for (let key in this.groupBy) {
|
||||
let data = Object.assign({}, this.listQuery);
|
||||
|
|
Loading…
Reference in New Issue