From fb03f6c06bc6dba9ac893b8ba8c37d7e2afe5efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?= <10755671+mei-rong-he@user.noreply.gitee.com> Date: Wed, 24 Dec 2025 17:20:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E6=82=A3=E7=A1=AE=E8=AE=A4=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/files/edit/SK018.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/files/edit/SK018.js b/src/files/edit/SK018.js index 1baec84..e9d0b2c 100644 --- a/src/files/edit/SK018.js +++ b/src/files/edit/SK018.js @@ -51,4 +51,18 @@ export default { } } }, + btnAddContent:({record,close,loadData,custom,dispatch,btn})=> { + // const rrecord= {record}; + const data= { + id: (record ? record.CHECK_CONTENTS_ID : ''), + homeReload: true, + close: () => { + // loadData(); + }, + onCancel: () => { + }, + } + + return {content: } + }, }