CRM_25-12-23#story#7473,服务商系统,添加是否是主账号判断
This commit is contained in:
@@ -110,7 +110,7 @@ export default {
|
|||||||
const urlParams = new URLSearchParams(window.location.search);
|
const urlParams = new URLSearchParams(window.location.search);
|
||||||
this.id=this.$route.query.id || urlParams.get('id');
|
this.id=this.$route.query.id || urlParams.get('id');
|
||||||
this.supplierId=this.$route.query.supplierId || urlParams.get('supplierId');
|
this.supplierId=this.$route.query.supplierId || urlParams.get('supplierId');
|
||||||
this.supplierId=1128
|
// this.supplierId=1128
|
||||||
console.log('1111',this.supplierId)
|
console.log('1111',this.supplierId)
|
||||||
await this.getPersonList()
|
await this.getPersonList()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user