人生啊人生 1 vecka sedan
förälder
incheckning
eb3856d714

+ 3 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -1,4 +1,5 @@
-import { QingXiCheAndQvCarEventClick } from './QingXiCheAndQvCarEventClick.js'
+import { QingXiCheAndQvCarEventClick } from './QingXiCheAndQvCarEventClick.js';
+import { CommonGuiDbListTwo } from "../../../utils/common/CommonGuiDbListTwo.js";
 import { ElMessage, ElMessageBox } from 'element-plus';
 
 /**
@@ -1032,6 +1033,7 @@ export class QingXiCheAdnQvCarEventStep {
         }
 
         if (obj.correctAnswerMesh[meshId] != null && obj.correctAnswerMesh[meshId] != undefined) {
+            CommonGuiDbListTwo.find().removeAll();
             return true;
         }