Explorar el Código

fix(safety-inspection):修复删除失败

王杰 hace 3 meses
padre
commit
69bc7c5ec4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/safety-inspection/right.vue

+ 1 - 1
src/views/safety-inspection/right.vue

@@ -246,7 +246,7 @@ export default {
               this.$message({ message: '删除成功', type: 'success' })
               this.getSecurityPatrolList()
             } else {
-              this.$message({ message: 'res.msg , type: 'error' })
+              this.$message({ message: res.msg , type: 'error' })
             }
           })
         })