From b8dfc98b089e47fdb3e269941bbd2de3f7fb7de1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 13 Sep 2021 17:14:57 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises

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

diff --git a/src/api/performance/performance.js b/src/api/performance/performance.js
index accb99b..8784ee9 100644
--- a/src/api/performance/performance.js
+++ b/src/api/performance/performance.js
@@ -1,5 +1,15 @@
 import request from '@/router/axios';
 
+export const getER = (securityNumber) => {
+    return request({
+        url: '/api//qrCode/getQrCodeBase64',
+        method: 'get',
+        params: {
+            securityNumber
+        }
+    })
+}
+
 export const page = (current, size, params) => {
     return request({
         url: '/api/performance/page',
@@ -11,16 +21,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