CRM_26-07-21#story#9039,服务商在调度端App与系统中能变更基础信息及对应区域经理审核功能增加

This commit is contained in:
zxl
2026-07-22 13:47:58 +08:00
parent a5b07e3f40
commit eb696e4409
+2 -1
View File
@@ -100,7 +100,8 @@ export default {
}
},
mounted() {
this.supplierId = this.$route.query.supplierId || getSupplierIdFromToken()
const urlParams = new URLSearchParams(window.location.search);
this.supplierId = urlParams.get('supplierId') || this.$route.query.supplierId || getSupplierIdFromToken()
if (!this.supplierId) {
Toast('未获取到服务商信息')
return