From 9026c7e083a1d454025b6da0de90a6dfb86b1190 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Fri, 21 Nov 2025 11:00:15 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E9=92=B1=E6=99=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/calculate/components/calculateQuery/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/components/calculateQuery/index.js b/pc4mobx/hrmSalary/pages/calculate/components/calculateQuery/index.js index 95885b33..127abd42 100644 --- a/pc4mobx/hrmSalary/pages/calculate/components/calculateQuery/index.js +++ b/pc4mobx/hrmSalary/pages/calculate/components/calculateQuery/index.js @@ -37,7 +37,7 @@ class Index extends Component { {getLabel(111, "批量操作状态:")} this.props.onChange({ lastOperates: v.split(",") })}/> + onChange={v => this.props.onChange({ lastOperates: v ? v.split(",") : [] })}/> {getLabel(543549, "薪资所属月:")}