人生啊人生 преди 2 месеца
родител
ревизия
6c38302ed2

+ 7 - 5
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -497,11 +497,13 @@ export class QingXiCheAndQvCarEvent {
         objIframeEdit.roleShow(false);
         objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车");
         
-        // 控制延迟逻辑
-        ComVal.find().fpsEventAdd("type_click_" + new Date().getTime(), {}, 3000, function(fpsEventAddRet) {
-            ComVal.find().fpsEventDel(fpsEventAddRet.code);
-            QingXiCheAndQvComClipPlaneMeshEvent.find().carMeshClipNo();
-        });
+        // // 控制延迟逻辑
+        // ComVal.find().fpsEventAdd("type_click_" + new Date().getTime(), {}, 3000, function(fpsEventAddRet) {
+        //     ComVal.find().fpsEventDel(fpsEventAddRet.code);
+        //     QingXiCheAndQvComClipPlaneMeshEvent.find().carMeshClipNo();
+        // });
+
+        QingXiCheAndQvComClipPlaneMeshEvent.find().carMeshClipNo();
         
         QingXiCheAndQvComHighlightLayer.find().objJsonDelAll();
         

+ 5 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvThreeWorldCamera.js

@@ -4292,6 +4292,11 @@ export class QingXiCheAndQvThreeWorldCamera {
         //     ChengGuangYuanJing.CameraArray.find().cameraVisualAngleJson
         // );
 
+
+        // 将所有视角,都设置不还原裁切逻辑
+
+
+
         return this;
 
     }