Sfoglia il codice sorgente

一键分析添加提示

SanHQin 9 mesi fa
parent
commit
eced6c7ba8

+ 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() {