@@ -30,6 +30,7 @@
init() {
this.nowData = this.messageList[this.messageList.length - 1];
if (this.nowData.status === 'running') this.initStaus(this.nowData.simpleUUID);
+ if (this.nowData.status === 'success') this.initRender(this.nowData);
},
initStaus(simpleUUlD) {
this.loading = true;
@@ -53,6 +54,9 @@
clearInterval(this.timer);
this.timer = null;
+ initRender() {
+
+ }
}
</script>