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

Reviewed-on: #125
This commit is contained in:
高天泽 2023-11-29 09:06:51 +08:00
bovenliggende 6e7339bca3 8d26a9e487
commit a135877df1

Bestand weergeven

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