|
|
@@ -39,9 +39,11 @@
|
|
|
|
|
|
queryTreeData(keyword) {
|
|
|
console.log('获取数据')
|
|
|
+ let storeInfo = JSON.parse(localStorage.getItem("storeInfo"))
|
|
|
this.commonRequestThen(queryBusDictTreeList({
|
|
|
departName: keyword ? keyword : undefined,
|
|
|
- ids: this.dictId ? this.dictId : undefined
|
|
|
+ ids: this.dictId ? this.dictId : undefined,
|
|
|
+ hotelId: storeInfo ? storeInfo.id : undefined
|
|
|
}))
|
|
|
},
|
|
|
|