diff --git a/src/views/system/user/module/form.vue b/src/views/system/user/module/form.vue index 8277b07..27a62bb 100644 --- a/src/views/system/user/module/form.vue +++ b/src/views/system/user/module/form.vue @@ -194,6 +194,7 @@ export default { }) }, getJobs(id) { + this.jobId=null getAllJob(id).then(res => { this.jobs = res.content }).catch(err => {