From 195c2e87ab1d456b1cbfd28057836c42152ce7de Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 12 Aug 2021 11:08:24 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/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