招工就业

This commit is contained in:
yanran200730
2021-12-23 16:32:50 +08:00
parent c39483fb3e
commit 196daf7860

View File

@@ -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)
}
})
},