|
@@ -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;
|
|
|
}
|
|
|
|