功能优化
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user