@@ -591,7 +591,7 @@ export default defineComponent({
watch(
() => props.activeName,
(newVal) => {
- alert(newVal)
+ // alert(newVal)
if (newVal == 'first') {
setTimeout(function(){
evaluationReport()