From 55aa572d4750c29b1bb6b21dae800a2dbe71a9d4 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 13 十二月 2024 14:26:04 +0800
Subject: [PATCH] 删除废弃代码

---
 UI-Project/src/views/Visualization/screentwo.vue |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/UI-Project/src/views/Visualization/screentwo.vue b/UI-Project/src/views/Visualization/screentwo.vue
index 24f0168..d0847d3 100644
--- a/UI-Project/src/views/Visualization/screentwo.vue
+++ b/UI-Project/src/views/Visualization/screentwo.vue
@@ -3,15 +3,12 @@
 import {reactive} from "vue";
 import {useRouter} from "vue-router"
 const router = useRouter()
-
 import request from "@/utils/request"
 import { ref, onMounted } from "vue";
 // import { ref } from 'vue'
 import { ElMessage, ElMessageBox } from 'element-plus'
 //  import LanguageMixin from './lang/LanguageMixin'
-
 const tableData = ref([])
-
 // 鍙戦�佽幏鍙栬〃鏍兼暟鎹殑璇锋眰
 // const fetchTableData = async () => {
 //   try {
@@ -34,19 +31,14 @@
 //   }
 // };
 // onMounted(fetchTableData);
-
-
-
 request.get("unLoadGlass/downStorage/selectStorageCage").then((res) => {
           if (res.code == 200) {
           console.log(res.data);
           tableData.value = res.data
           } else {
           ElMessage.warning(res.msg)
-        
           }
           });
-
 const dialogForm = () => {
   ElMessageBox.confirm(
     '鏄惁鎶ョ己?',
@@ -60,7 +52,6 @@
   .then(() => {
     // this.boxa = true
     // this.box = false
-      
     })
 }
 const open = () => {
@@ -99,7 +90,6 @@
     }
   }
 }
-
 const gridOptions = reactive({
   border:  "full",//琛ㄦ牸鍔犺竟妗�
   keepSource: true,//淇濇寔婧愭暟鎹�
@@ -136,23 +126,14 @@
       'thick': '183.6',
     }
   ]
- 
 })
-
-
-
 </script>
-
 <template>
-
   <div id="awatch">
     <img src="../../assets/d2.png" alt="" style="width: 100%;height: 160%;margin-top: 20px;">
-
 </div>
 </template>
-
 <style scoped>
-
 #awatch{
   height: 460px;
   /* margin-top: -60px; */

--
Gitblit v1.8.0