diff --git a/src/views/mine/personList.vue b/src/views/mine/personList.vue index f00f9504..58ae079b 100644 --- a/src/views/mine/personList.vue +++ b/src/views/mine/personList.vue @@ -114,7 +114,7 @@ export default { // console.log('isWebFunc()',this.isWebFunc()) const urlParams = new URLSearchParams(window.location.search); this.id=this.$route.query.id || urlParams.get('id'); - this.supplierId=1128 || this.$route.query.supplierId || urlParams.get('supplierId'); + this.supplierId=this.$route.query.supplierId || urlParams.get('supplierId'); await this.getPersonList() }, methods:{