From d29ed465923b96d751ecf52460bef9f448f08a7f Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Mon, 30 Dec 2024 10:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=94=AF=E4=BB=98=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basicdata/platform/PaymentPlatform.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/basicdata/platform/PaymentPlatform.vue b/src/views/basicdata/platform/PaymentPlatform.vue index 8856f769..2d1a37d1 100644 --- a/src/views/basicdata/platform/PaymentPlatform.vue +++ b/src/views/basicdata/platform/PaymentPlatform.vue @@ -68,6 +68,7 @@ + { }; /** 开启弹窗 */ -const handleShowPop = async (type, row = {}) => { - const _form = {}; +const handleShowPop = async (type, row: any = {}) => { + const _form: any = {}; for (let i = 0; i < details.formOptions.length; i++) { const value = details.formOptions[i];