Explorar o código

feat: 软件锁用量-员工/部门选择后联动框默认打开

lanjianrong %!s(int64=4) %!d(string=hai) anos
pai
achega
7a3191accb
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/pages/Statistic/Software/Usage/index.jsx

+ 2 - 0
src/pages/Statistic/Software/Usage/index.jsx

@@ -192,6 +192,7 @@ const Usage = () => {
               <Select
                 key="StaffSelect"
                 className="min-w-120px"
+                defaultOpen
                 dropdownMatchSelectWidth
                 options={options}
                 mode="multiple"
@@ -200,6 +201,7 @@ const Usage = () => {
             ) : (
               <TreeSelect
                 key="DepartmentSelect"
+                defaultOpen
                 treeData={options}
                 className="min-w-120px"
                 dropdownMatchSelectWidth