浏览代码

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table into beta

lsc 9 月之前
父节点
当前提交
ccff897088
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/components/pages/classroomObservation/components/messageArea.vue

+ 2 - 1
src/components/pages/classroomObservation/components/messageArea.vue

@@ -1494,10 +1494,10 @@ export default {
 					type: "warning",
 				})
 					.then(() => {
-						// this.$refs.messageAreaRef.getReport();
 						this.$refs.analysis0.getReport();
 						this.$refs.analysis1.getReport();
 						this.$refs.analysis2.getReport();
+						this.$message.success("一键分析成功")
 						// this.$refs.analysis3.getReport();
 					})
 					.catch((e) => {
@@ -1508,6 +1508,7 @@ export default {
 				this.$refs.analysis0.getReport();
 				this.$refs.analysis1.getReport();
 				this.$refs.analysis2.getReport();
+				this.$message.success("一键分析成功")
 			}
 		},
 		insertBaseMessage() {