CRM_25-12-23#story#7473,服务商系统,添加是否是主账号判断

This commit is contained in:
2025-12-22 19:51:08 +08:00
parent 6fe09d9674
commit a3fd0d6f46

View File

@@ -110,7 +110,7 @@ export default {
const urlParams = new URLSearchParams(window.location.search);
this.id=this.$route.query.id || urlParams.get('id');
this.supplierId=this.$route.query.supplierId || urlParams.get('supplierId');
this.supplierId=1128
// this.supplierId=1128
console.log('1111',this.supplierId)
await this.getPersonList()
},