功能优化

This commit is contained in:
zxy
2024-02-28 17:17:50 +08:00
parent 11104263ee
commit 55126ec29f

View File

@@ -1331,7 +1331,7 @@ export default {
// 匹配任务和岗位 // 匹配任务和岗位
matchWorkStation(row) { matchWorkStation(row) {
console.log('匹配任务和岗位') 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) console.log(res)
this.innerDrawer1 = true this.innerDrawer1 = true
let _this = this; let _this = this;