wangfei hace 6 años
padre
commit
452ab55de5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/system/newOrder/newOrderList/index.vue

+ 1
- 1
src/pages/system/newOrder/newOrderList/index.vue Ver fichero

@@ -128,7 +128,7 @@ export default {
128 128
     })
129 129
   },
130 130
   beforeRouteLeave (to, from, next) {
131
-    console.log("离开案场")
131
+    console.log('离开案场')
132 132
     this.ws.close()
133 133
     this.updateList([])
134 134
     next()