xiongchao hace 3 años
padre
commit
68ec7a3264
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/views/check/checkjob/CheckJob.vue

+ 0 - 1
src/views/check/checkjob/CheckJob.vue

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