From 0a6f89cc126ef05f51b62565c3ea004e82d078b8 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期一, 24 十月 2022 16:32:35 +0800
Subject: [PATCH] 添加案件池违建选择所属街道

---
 src/views/video/index.vue |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/src/views/video/index.vue b/src/views/video/index.vue
index 5cae3c2..9242469 100644
--- a/src/views/video/index.vue
+++ b/src/views/video/index.vue
@@ -1,10 +1,30 @@
 <template>
-  <div>瑙嗛宸℃煡</div>
+  <div>
+    <el-button @click="getRegion">鑾峰彇鍦板潃涓夌骇鑱斿姩</el-button>
+  </div>
 </template>
 
 <script>
 export default {
+  data(){
+    return{
 
+    }
+  },
+  methods:{
+    getRegion(){
+      // this.$axios.get('sccg/sccg-region/getTree').then(res=>{
+      //   console.log(res);
+      // })
+      this.$axios({
+        method:'get',
+        url:'sccg/sccg-region/getTree',
+      })
+      .then(res=>{
+        console.log(res);
+      })
+    }
+  }
 }
 </script>
 

--
Gitblit v1.8.0