From aa2e71d1bbbd05a6eff9f2b1be724291ad4f3bf6 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 26 Aug 2021 15:43:48 +0800
Subject: [PATCH] 卡片样式

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

diff --git a/src/api/recordOur/outCardPopup.js b/src/api/recordOur/outCardPopup.js
index c8cefb0..c27dd34 100644
--- a/src/api/recordOur/outCardPopup.js
+++ b/src/api/recordOur/outCardPopup.js
@@ -18,13 +18,13 @@
 }
 
 
-export const selectIn = (name, cardid, ptype) => {
+export const selectIn = (name, cardid, type) => {
     return request({
         url: '/api/' + name,
         method: 'post',
         params: {
             cardid,
-            ptype
+            type
         }
     })
 }
\ No newline at end of file

--
Gitblit v1.9.3