flat: 添加天地图、回访等

This commit is contained in:
Apcallover
2024-07-30 16:53:48 +08:00
parent f48e08ac5c
commit f68d4bb917
13 changed files with 477 additions and 20 deletions

View File

@@ -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)