flat: 添加天地图、回访等
This commit is contained in:
@@ -1404,7 +1404,7 @@ export default {
|
||||
this.obj = res;
|
||||
// this.obj.workSkills = []
|
||||
// console.log(res.worktypeIds)
|
||||
this.obj.workSkills = res.worktypeIds.split(',')
|
||||
this.obj.workSkills = !res.worktypeIds || res.worktypeIds.split(',')
|
||||
console.log(res, this.obj)
|
||||
// this.obj.workSkills.push(res.worktypeIds)
|
||||
// this.obj.workSkills.push(res.skillIds)
|
||||
|
||||
Reference in New Issue
Block a user