CRM_25-12-23#story#7473,服务商系统、调度APP新增服务商人员确认的功能
This commit is contained in:
@@ -108,8 +108,8 @@ 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=1128
|
||||
this.supplierId=this.$route.query.supplierId || urlParams.get('supplierId');
|
||||
// this.supplierId=1128
|
||||
console.log('1111',this.supplierId)
|
||||
await this.getPersonList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user