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

This commit is contained in:
2025-12-19 14:16:12 +08:00
parent 361f7f16f8
commit 7e73da59eb

View File

@@ -114,7 +114,7 @@ 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');
await this.getPersonList() await this.getPersonList()
}, },
methods:{ methods:{