瀏覽代碼

Merge branch 'dev' of http://192.168.1.41:3000/outaozhen/cldV2react into dev

outaozhen 4 年之前
父節點
當前提交
560815d0ed
共有 1 個文件被更改,包括 2 次插入0 次删除
  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
               <Select
                 key="StaffSelect"
                 key="StaffSelect"
                 className="min-w-120px"
                 className="min-w-120px"
+                defaultOpen
                 dropdownMatchSelectWidth
                 dropdownMatchSelectWidth
                 options={options}
                 options={options}
                 mode="multiple"
                 mode="multiple"
@@ -200,6 +201,7 @@ const Usage = () => {
             ) : (
             ) : (
               <TreeSelect
               <TreeSelect
                 key="DepartmentSelect"
                 key="DepartmentSelect"
+                defaultOpen
                 treeData={options}
                 treeData={options}
                 className="min-w-120px"
                 className="min-w-120px"
                 dropdownMatchSelectWidth
                 dropdownMatchSelectWidth