From dffb5d9f57b6c4782e80ba7b7186ff9d43cfde40 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 27 十二月 2024 13:33:37 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/index.html |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 293f802..3647b55 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -529,21 +529,21 @@
                 },
                 getTableDataRgv() {
                     let that = this;
-                    that.tableDataRgv = busPsto
-                    return
-                    // $.ajax({
-                    //     url: baseUrl + "/rgv/ring/through/rgv/position/data",
-                    //     headers: {
-                    //         'token': localStorage.getItem('token')
-                    //     },
-                    //     data: {},
-                    //     dataType: 'json',
-                    //     contentType: 'application/json;charset=UTF-8',
-                    //     method: 'post',
-                    //     success: function (res) {
-                    //         that.tableDataRgv = res.data
-                    //     }
-                    // });
+                    // that.tableDataRgv = busPsto
+                    // return
+                    $.ajax({
+                        url: baseUrl + "/rgv/ring/through/rgv/position/data",
+                        headers: {
+                            'token': localStorage.getItem('token')
+                        },
+                        data: {},
+                        dataType: 'json',
+                        contentType: 'application/json;charset=UTF-8',
+                        method: 'post',
+                        success: function (res) {
+                            that.tableDataRgv = res.data
+                        }
+                    });
                 },
                 getTableDataDev() {
                     let that = this;

--
Gitblit v1.9.1