许成详 6 년 전
부모
커밋
79d15bbba7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/pages/draw.vue

+ 1
- 0
src/pages/draw.vue 파일 보기

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