|
@@ -1,5 +1,6 @@
|
|
|
import { QingXiCheAndQvCarEventClick } from './QingXiCheAndQvCarEventClick.js';
|
|
import { QingXiCheAndQvCarEventClick } from './QingXiCheAndQvCarEventClick.js';
|
|
|
import { CommonGuiDbListTwo } from "../../../utils/common/CommonGuiDbListTwo.js";
|
|
import { CommonGuiDbListTwo } from "../../../utils/common/CommonGuiDbListTwo.js";
|
|
|
|
|
+import { QingXiCheAndQvCarEvent } from './QingXiCheAndQvCarEvent.js';
|
|
|
import { ElMessage, ElMessageBox } from 'element-plus';
|
|
import { ElMessage, ElMessageBox } from 'element-plus';
|
|
|
import { WindowEvent } from "../../WindowQingXiCheAndQv/js/WindowEvent.js";
|
|
import { WindowEvent } from "../../WindowQingXiCheAndQv/js/WindowEvent.js";
|
|
|
|
|
|
|
@@ -1050,7 +1051,11 @@ export class QingXiCheAdnQvCarEventStep {
|
|
|
plain: true,
|
|
plain: true,
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
- WindowEvent.find().WindowFractionStoreOpen(-1);
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // 考试的时候才出现
|
|
|
|
|
+ if (QingXiCheAndQvCarEvent.find().eventMode == 1) {
|
|
|
|
|
+ WindowEvent.find().WindowFractionStoreOpen(-1);
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
return false;
|
|
return false;
|
|
|
|
|
|