‘937886381’ преди 6 месеца
родител
ревизия
6490fe3f45
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. +4
    -3
      src/views/quality/monitoring/statisticalData/index.vue

+ 4
- 3
src/views/quality/monitoring/statisticalData/index.vue Целия файл

@@ -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() {


Зареждане…
Отказ
Запис