From 70d744960265fb17dfe96178b53779182cd39d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 6 May 2024 10:21:55 +0800 Subject: [PATCH] hotfix/2.12.1.2404.02 --- pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js b/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js index 6c7721ab..9f1e481f 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js @@ -363,7 +363,7 @@ class Index extends Component { label: "个税扣缴义务人", value: taxAgentId, onChange: this.screenChange, - options: [{ key: "", showname: "全部" }, ...taxAgentOption], + options: taxAgentOption, key: "taxAgentId", multiple: true }) }