From 2eee4a28e92748c181c92c21f3dbf64f10c8df61 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 27 Aug 2021 16:21:13 +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