From 307db148645230afc780a3d5d16ffb97aa32c189 Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期四, 03 七月 2025 16:38:58 +0800
Subject: [PATCH] 模型 && 设备相关

---
 src/views/system/shootPoint/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/system/shootPoint/index.vue b/src/views/system/shootPoint/index.vue
index a8467c8..8276101 100644
--- a/src/views/system/shootPoint/index.vue
+++ b/src/views/system/shootPoint/index.vue
@@ -2,7 +2,7 @@
   <div class="app-container">
      <el-row :gutter="20">
        <el-col :span="showMap ? 12 : 24" :xs="24">
-        <AppTable ref="AppTable" selection :showDeptSearch="false" :url="'device/towers/list'" :tableColumns="tableColumns"
+        <AppTable ref="AppTable" selection :showDeptSearch="false" :url="'tower/point/list'" :tableColumns="tableColumns"
           :tableFilter="tableFilter"  @clickRow="clickRow">
           <template #operatorBox="{ row }">
             <el-button type="primary" plain icon="el-icon-plus" size="mini"
@@ -30,7 +30,7 @@
 import CesiumMap from "../../../utils/components/cesium-map.vue";
 export default {
   name: "towers",
-  dicts: ['model_type'],
+  dicts: ['model_typpe'],
   components: {
     shootPointDialog,
     CesiumMap
@@ -106,10 +106,10 @@
     handleExport() {
       this.$refs.AppTable.exportExcel()
     },
-    clickRow(row){
-      console.log(row)
-      this.showMap =true
-    },
+    // clickRow(row){
+    //   console.log(row)
+    //   this.showMap =true
+    // },
     close(){
       this.showDialog =false
     }

--
Gitblit v1.9.3