From 6478724d648169b6236b8e96091f90c537e8c685 Mon Sep 17 00:00:00 2001 From: cf-erp Date: Fri, 30 Aug 2024 06:29:11 +0000 Subject: [PATCH] =?UTF-8?q?!3045=20=E6=96=B0=E5=A2=9E:=E5=9C=A8=E6=8B=86?= =?UTF-8?q?=E5=8D=95=E6=8A=A5=E4=BB=B7=E6=97=B6=E5=90=91MES=E7=AB=AF?= =?UTF-8?q?=E4=BC=A0=E9=80=92=E5=9B=BE=E7=BA=B8=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Add-on/Erp/ErpView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Add-on/Erp/ErpView.tsx b/src/Add-on/Erp/ErpView.tsx index d9488a562..154c967cd 100644 --- a/src/Add-on/Erp/ErpView.tsx +++ b/src/Add-on/Erp/ErpView.tsx @@ -89,7 +89,7 @@ export class ErpView extends React.Component { this.postMessage("decompose", { token: this.props.token }); break; case ErpRoutes.拆单导出: - this.postMessage("cadExport", { session: this.props.session }); + this.postMessage("cadExport", { session: this.props.session, fileName: fileName }); break; }