@@ -472,7 +472,6 @@ export default {
})
},
handleView (record) {
- this.visible = false
fetchCheckJob({ id: record.id }).then(res => {
const modal = this.$refs.detailModal
modal.base(res.data)