From e3ecc4e40dc6ba724194f37a4045b98da5551c0e Mon Sep 17 00:00:00 2001 From: yaojn Date: Thu, 4 Sep 2025 11:41:20 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E7=BB=84=E4=BB=B6=E5=AF=BC=E5=85=A5=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E6=95=B0=E6=8D=AE=EF=BC=8C=E5=AF=BC=E5=85=A5=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=90=8E=E5=8D=95=E9=80=89=E7=9A=84=E5=80=BC=E5=8F=98?= =?UTF-8?q?=E6=88=90=E6=95=B0=E7=BB=84=E5=AF=B9=E8=B1=A1=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=20=20=20=20-=20[=E5=85=B3=E8=81=94]#[1502811609595904]?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E8=BE=93=E5=85=A5=E7=BB=84=E4=BB=B6=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E8=A1=A8=E6=A0=BC=E6=95=B0=E6=8D=AE=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E6=88=90=E5=8A=9F=E5=90=8E=E5=8D=95=E9=80=89=E7=9A=84?= =?UTF-8?q?=E5=80=BC=E5=8F=98=E6=88=90=E6=95=B0=E7=BB=84=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=20http://192.168.0.96:8090/demo/rdm.html#/bu?= =?UTF-8?q?g-detail/939050947543040/939050947543057/1502811609595904?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/formtableinputer/table-import-export-mixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/plugins/TsSheet/form/component/formtableinputer/table-import-export-mixin.js b/src/resources/plugins/TsSheet/form/component/formtableinputer/table-import-export-mixin.js index 8130438e..c40b14a4 100644 --- a/src/resources/plugins/TsSheet/form/component/formtableinputer/table-import-export-mixin.js +++ b/src/resources/plugins/TsSheet/form/component/formtableinputer/table-import-export-mixin.js @@ -520,7 +520,7 @@ export default { return [handleSingleValue(value)]; } } else { - return [handleSingleValue(value)]; + return handleSingleValue(value); } } return typeof value == 'number' ? String(value) : value; -- Gitee