whx 5 天之前
父节点
当前提交
7169f41cbf
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      virgo.wzfrontend/workark/src/components/work/common/aiFlowPage.vue

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

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