Procházet zdrojové kódy

Merge pull request 'projects/mes-zhp' (#125) from projects/mes-zhp into projects/mes-test

Reviewed-on: http://git.picaiba.com/mt-fe-group/yudao-dev/pulls/125
pull/132/head
高天泽 před 9 měsíci
rodič
revize
a135877df1
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. +4
    -3
      src/views/quality/monitoring/statisticalData/index.vue

+ 4
- 3
src/views/quality/monitoring/statisticalData/index.vue Zobrazit soubor

@@ -256,10 +256,11 @@ export default {
},
mounted() {
if (this.$route.query.woIdString) {
console.log(this.$route.query.woIdString);
this.queryParams.workOrderIdList = [this.$route.query.woIdString]
console.log(this.$route.query.woIdString)
this.queryParams.workOrderIdList = this.$route.query.woIdString.split(',')
// this.queryParams.workOrderIdList = [this.$route.query.woIdString]
// let arr =[]
this.searchBarFormConfig[0].defaultSelect = [this.$route.query.woIdString]
this.searchBarFormConfig[0].defaultSelect = this.$route.query.woIdString.split(',')
console.log(this.searchBarFormConfig[0].defaultSelect);
}
// if (this.$route.params.startTime && this.$route.params.endTime) {


Načítá se…
Zrušit
Uložit