招工就业
This commit is contained in:
@@ -191,6 +191,7 @@ export default {
|
||||
if (res.code == 0) {
|
||||
this.$message.success('删除成功!')
|
||||
this.getList()
|
||||
this.getStaData()
|
||||
}
|
||||
})
|
||||
})
|
||||
@@ -211,7 +212,7 @@ export default {
|
||||
this.instance.post('/app/appjob/statistic').then((res) => {
|
||||
if (res?.data) {
|
||||
this.staData = res.data
|
||||
// console.log(this.staData)
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user