hotfix/2.12.1.2404.02

This commit is contained in:
黎永顺 2024-05-06 10:21:55 +08:00
parent d8bad17514
commit 70d7449602
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class Index extends Component {
label: "个税扣缴义务人",
value: taxAgentId,
onChange: this.screenChange,
options: [{ key: "", showname: "全部" }, ...taxAgentOption],
options: taxAgentOption,
key: "taxAgentId", multiple: true
})
}