whx 5 dienas atpakaļ
vecāks
revīzija
7169f41cbf

+ 4 - 0
virgo.wzfrontend/workark/src/components/work/common/aiFlowPage.vue

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