From 0e4d44c2f5a7511d2eee72deecb76b5ba67358cd Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 04 Jan 2022 17:39:41 +0800
Subject: [PATCH] 智能分析查询明细样式调整

---
 src/api/performance/performance.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/performance/performance.js b/src/api/performance/performance.js
index 2364e66..2171a58 100644
--- a/src/api/performance/performance.js
+++ b/src/api/performance/performance.js
@@ -2,7 +2,7 @@
 
 export const getER = (securityNumber) => {
     return request({
-        url: '/api//qrCode/getQrCodeBase64',
+        url: '/api/qrCode/getQrCodeBase64',
         method: 'get',
         params: {
             securityNumber
@@ -10,7 +10,7 @@
     })
 }
 
-export const page = (current, size, params) => {
+export const getpage = (current, size, params) => {
     return request({
         url: '/api/performance/page',
         method: 'get',

--
Gitblit v1.9.3