diff --git a/src/views/tenant/main/serve/index.vue b/src/views/tenant/main/serve/index.vue index cd51081..68e9abd 100644 --- a/src/views/tenant/main/serve/index.vue +++ b/src/views/tenant/main/serve/index.vue @@ -1331,7 +1331,7 @@ export default { // 匹配任务和岗位 matchWorkStation(row) { console.log('匹配任务和岗位') - getMatchWorkStation({id: row.id, serveId: this.selectInfo.id, companyId: this.selectInfo.companyId}).then(res => { + getMatchWorkStation({serveUserId: row.serveUserId, serveId: this.selectInfo.id, companyId: this.selectInfo.companyId}).then(res => { console.log(res) this.innerDrawer1 = true let _this = this;