From f5d88e4f31bec1d77721c0795afde3f3a571e9aa Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 11 Aug 2021 15:55:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/api/performance/performance.js |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/src/api/performance/performance.js b/src/api/performance/performance.js
index accb99b..1082fb3 100644
--- a/src/api/performance/performance.js
+++ b/src/api/performance/performance.js
@@ -11,16 +11,25 @@
         }
     })
 }
+// export const getPerformanceInfo = (securityid) => {
+//     return request({
+//         url: '/api/performance/page',
+//         method: 'get',
+//         params: {
+//             securityid
+//         }
+//     })
+// }
 
-export const getPerformanceInfo = (id) => {
-    return request({
-        url: '/api/performance/detail',
-        method: 'get',
-        params: {
-            id
-        }
-    })
-}
+// export const getPerformanceInfo = (securityid) => {
+//     return request({
+//         url: '/api/performance/detail',
+//         method: 'get',
+//         params: {
+//             securityid
+//         }
+//     })
+// }
 
 export const add = (row) => {
     return request({

--
Gitblit v1.9.3