Commit 3086fcfe by elunez Committed by GitHub

Merge pull request #19 from daobad/master

变换部门的时候清空岗位
parents a843b5b5 f0c7d31c
...@@ -194,6 +194,7 @@ export default { ...@@ -194,6 +194,7 @@ export default {
}) })
}, },
getJobs(id) { getJobs(id) {
this.jobId=null
getAllJob(id).then(res => { getAllJob(id).then(res => {
this.jobs = res.content this.jobs = res.content
}).catch(err => { }).catch(err => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment