CRM_25-12-23#story#7473,服务商系统、调度APP新增服务商人员确认的功能

This commit is contained in:
2025-12-22 13:08:25 +08:00
parent 44e1af7262
commit 4eb791c9c6

View File

@@ -108,8 +108,8 @@ export default {
// console.log('isWebFunc()',this.isWebFunc()) // console.log('isWebFunc()',this.isWebFunc())
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=1128 && 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()
}, },