From 3c69f6dcd256dc25aefff5b277d3ae5e06298531 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Fri, 11 Jul 2025 11:30:17 +0800 Subject: [PATCH] 处理新报价单据号重复问题; --- src/components/QuickQuote/index.jsx | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 838b5bb..cda7c4e 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -1182,6 +1182,7 @@ const QuickQuoteEvent = props => { }; setState(stateNew); props.onAdd(); + props.onSaveState({ currentId: "" }); }; // 选择盒型弹窗 -- libgit2 0.22.2