Compare commits

..

No commits in common. "a135877df119929f112fa588119d9dd339cd8a8c" and "6e7339bca31216be009f0548d2c157ba6764bf35" have entirely different histories.

View File

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