Parcourir la source

修改下拉框

MFMF il y a 3 ans
Parent
commit
e87da3d298
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  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 (