许成详 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
           }