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