BUG 31140
This commit is contained in:
@@ -34,16 +34,6 @@ export default {
|
||||
totalJob: 0,
|
||||
current: 1,
|
||||
size: 10,
|
||||
dialogJob: false,
|
||||
dialogCandidate: false,
|
||||
jobForm: {
|
||||
job: '',
|
||||
name: '',
|
||||
},
|
||||
CandFrom: {
|
||||
job: '',
|
||||
name: '',
|
||||
},
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -72,9 +62,8 @@ export default {
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.detail = res.data
|
||||
this.$emit("update:hasConfig")
|
||||
}
|
||||
})
|
||||
}).catch(() => this.detail = {}).finally(() => this.$emit("update:hasConfig", !!this.detail.id))
|
||||
},
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user