소스 검색

修改下拉框

MFMF 3 년 전
부모
커밋
e87da3d298
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 (