许成详 hace 6 años
padre
commit
79d15bbba7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/pages/draw.vue

+ 1
- 0
src/pages/draw.vue Ver fichero

@@ -362,6 +362,7 @@ export default {
362 362
             this.drawStatus()
363 363
           } else if (res.type === 'stop') {
364 364
             this.stopDrawStep()
365
+            this.drawStatus()
365 366
           } else if (res.type === 'refresh') {
366 367
             location.reload()
367 368
           }