From 286c113adb3cd7bbcbcddad0e82b1cd5930e8015 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 16 四月 2024 10:49:31 +0800
Subject: [PATCH] 更新查询

---
 UI-Project/src/views/Returns/returns.vue |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/views/Returns/returns.vue b/UI-Project/src/views/Returns/returns.vue
index a0a97f9..d757769 100644
--- a/UI-Project/src/views/Returns/returns.vue
+++ b/UI-Project/src/views/Returns/returns.vue
@@ -10,8 +10,28 @@
 const dialogFormVisible = ref(false)
 const add = ref(false)
 const adda = ref(false)
-
 const value = ref('')
+import request from "@/utils/request"
+
+request.post(`/LoadGlass/SelectAll`).then((res) => {
+  console.log(555555555555);
+ if (res.code == 200) {
+  console.log(1111);
+  // console.log(res.data);
+ } else {
+   ElMessage.warning(res.msg)
+          router.push("/login")
+ }
+});
+
+// request.get("/LoadGlass/SelectAll").then((res) => {
+//           if (res.code == 200) {
+//           console.log(res.data);
+//           } else {
+//           ElMessage.warning(res.msg)
+//           router.push("/login")
+//           }
+//           });
 
 interface User {
   id: string
@@ -233,7 +253,7 @@
       </div>
     </el-card>
       <div id="parent">
-        <img src="../../assets/shangpianji .png" alt="" style="max-width: 20%;max-height: 20%;margin-top: 20px;margin-left: 130px;">
+        <img src="../../assets/shangpianji .png" alt="" style="max-width: 20%;max-height: 20%;margin-top: 20px;margin-left: 500px;">
         <el-button style="margin-top: -830px;margin-left: -40px;"  size="mini" id="searchButton" @click="add = true">娣诲姞鍘熺墖</el-button>
         <el-button style="margin-top: -10px;margin-left: -80px;"  size="mini" id="searchButton"  @click="adda = true">娣诲姞鍘熺墖</el-button>
         <!-- <div id="overlay" v-show="state"></div> -->
@@ -404,6 +424,7 @@
 }
 #parent{
   position: relative;
+  width: 1500px;
 }
 #overlay{
   position: absolute;

--
Gitblit v1.8.0