Browse Source

修改

pull/215/head
‘937886381’ 6 months ago
parent
commit
6490fe3f45
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/views/quality/monitoring/statisticalData/index.vue

+ 4
- 3
src/views/quality/monitoring/statisticalData/index.vue View File

@@ -286,6 +286,7 @@ export default {
// this.searchBarFormConfig[0].defaultSelect = [];
// }
this.getList()
this.getDict()
},
methods: {
/** 获取搜索栏的产线列表 */
@@ -320,7 +321,7 @@ export default {
// },
getList() {
this.getDataList()
this.getDict()
// this.getDict()
},
/** 查询列表 */
async getDataList() {
@@ -330,7 +331,7 @@ export default {
const {
data: { data, otherList, otherMap, nameData },
} = await getStatisticalDataPage(this.queryParams)
console.log(this.queryParams);
// console.log(this.queryParams);
this.dynamicProps = this.filterNameData(nameData)
this.list = this.filterData(data);
},
@@ -373,7 +374,7 @@ export default {

this.getList()
}
console.log(val);
// console.log(val);
}
/** 搜索按钮操作 */
// handleQuery() {


Loading…
Cancel
Save