Browse Source

修改下拉框

MFMF 3 years ago
parent
commit
e87da3d298
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/components/DictManager/index.js
  2. 1 0
      src/components/HospitalSet/index.js

+ 1 - 0
src/components/DictManager/index.js

@@ -183,6 +183,7 @@ function DictManager() {
                       optionFilterProp="children"
 					  onSearch={onSearch}
 					  onFocus={onFocus}
+					  placeholder="全部"
                 >
                 {groupTypeList.map((item) => {
                   return (

+ 1 - 0
src/components/HospitalSet/index.js

@@ -181,6 +181,7 @@ function HospitalSet() {
                   showSearch
                       optionFilterProp="children"
 					  onSearch={onSearch}
+					  placeholder="全部"
                 >
                 {HospsetidList.map((item) => {
                   return (