ソースを参照

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

lsc 9 ヶ月 前
コミット
ccff897088

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

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