修改
This commit is contained in:
parent
2c12a26e64
commit
6490fe3f45
@ -286,6 +286,7 @@ export default {
|
|||||||
// this.searchBarFormConfig[0].defaultSelect = [];
|
// this.searchBarFormConfig[0].defaultSelect = [];
|
||||||
// }
|
// }
|
||||||
this.getList()
|
this.getList()
|
||||||
|
this.getDict()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
/** 获取搜索栏的产线列表 */
|
/** 获取搜索栏的产线列表 */
|
||||||
@ -320,7 +321,7 @@ export default {
|
|||||||
// },
|
// },
|
||||||
getList() {
|
getList() {
|
||||||
this.getDataList()
|
this.getDataList()
|
||||||
this.getDict()
|
// this.getDict()
|
||||||
},
|
},
|
||||||
/** 查询列表 */
|
/** 查询列表 */
|
||||||
async getDataList() {
|
async getDataList() {
|
||||||
@ -330,7 +331,7 @@ export default {
|
|||||||
const {
|
const {
|
||||||
data: { data, otherList, otherMap, nameData },
|
data: { data, otherList, otherMap, nameData },
|
||||||
} = await getStatisticalDataPage(this.queryParams)
|
} = await getStatisticalDataPage(this.queryParams)
|
||||||
console.log(this.queryParams);
|
// console.log(this.queryParams);
|
||||||
this.dynamicProps = this.filterNameData(nameData)
|
this.dynamicProps = this.filterNameData(nameData)
|
||||||
this.list = this.filterData(data);
|
this.list = this.filterData(data);
|
||||||
},
|
},
|
||||||
@ -373,7 +374,7 @@ export default {
|
|||||||
|
|
||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
console.log(val);
|
// console.log(val);
|
||||||
}
|
}
|
||||||
/** 搜索按钮操作 */
|
/** 搜索按钮操作 */
|
||||||
// handleQuery() {
|
// handleQuery() {
|
||||||
|
Loading…
Reference in New Issue
Block a user