|
@@ -197,8 +197,8 @@ export default {
|
|
|
.queryPageHospitalityByChannel({
|
|
.queryPageHospitalityByChannel({
|
|
|
...this.pageData,
|
|
...this.pageData,
|
|
|
...this.queryFrom,
|
|
...this.queryFrom,
|
|
|
- // userId: Cookies.get("user")
|
|
|
|
|
- userId: '99140105M01D01001'
|
|
|
|
|
|
|
+ userId: Cookies.get("user")
|
|
|
|
|
+ // userId: '99140105M01D01001'
|
|
|
})
|
|
})
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|