Merge pull request #19 from daobad/master

变换部门的时候清空岗位
This commit is contained in:
elunez
2019-06-18 13:00:31 +08:00
committed by GitHub

View File

@@ -194,6 +194,7 @@ export default {
})
},
getJobs(id) {
this.jobId=null
getAllJob(id).then(res => {
this.jobs = res.content
}).catch(err => {