@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user