变换部门的时候清空岗位

This commit is contained in:
zhaodong
2019-06-16 11:41:09 +08:00
parent 963e854c71
commit f0c7d31c83

View File

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