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