From fa2872c51e7a8f6ff9ebb52cdf0fcb188610b3da Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 17 Feb 2022 16:07:06 +0800
Subject: [PATCH] +加法人变更类别  7

---
 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