人生啊人生 3 долоо хоног өмнө
parent
commit
1dd8f11174

+ 16 - 2
user_web/src/components/student/courseChapter3d/showCarEye.vue

@@ -87,10 +87,24 @@
 
                 let db = res?.data?.data;
 
-                console.log("获取填写的数据------ db", db);
+                // console.log("获取填写的数据------ db", db);
+
+                // 任务名称/编号
+                courseChapter3dShow().show.showDownHoleConfig.taskName = db?.taskName;
+                // 检测地点
+                courseChapter3dShow().show.showDownHoleConfig.location = db?.testingSite;
+                // 井号
+                courseChapter3dShow().show.showDownHoleConfig.hashSign = db?.hashSign;
+                // 检测方向
+                courseChapter3dShow().show.showDownHoleConfig.detectionDirection = db?.detectionDirection;
+                // 管道类型
+                courseChapter3dShow().show.showDownHoleConfig.pipeType = db?.pipeType;
+                // 材质
+                courseChapter3dShow().show.showDownHoleConfig.material = db?.material;
+                // 管径
+                courseChapter3dShow().show.showDownHoleConfig.pipeDiameter = db?.pipeDiameter;
 
             } catch (e) {}
-
             
         }).catch(error => {