|
@@ -387,7 +387,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
created() {
|
|
|
- // this.queryParam.userId = this.userInfo().id
|
|
|
+ this.queryParam.userId = this.userInfo().id
|
|
|
this.getList(null)
|
|
|
},
|
|
|
methods: {
|
|
@@ -494,6 +494,7 @@ export default {
|
|
|
},
|
|
|
...mapGetters(['nickname', 'avatar', 'userInfo']),
|
|
|
searchRe() {
|
|
|
+ this.queryParam.userId = this.userInfo().id
|
|
|
this.queryParam.name = null
|
|
|
this.queryParam.advertiserId = null
|
|
|
this.queryParam.productId = null
|
|
@@ -505,6 +506,7 @@ export default {
|
|
|
},
|
|
|
searchQueryOne() {
|
|
|
console.log(this.allIdUser)
|
|
|
+ this.queryParam.userId = this.userInfo().id
|
|
|
if (this.allIdUser.key) {
|
|
|
if (this.active == 'advertiser') {
|
|
|
this.queryParam.advertiserId = null
|