1178232204@qq.com 3 년 전
부모
커밋
f0b8306716
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/AddNewInspect/SearchSelect/index.jsx
  2. 1 0
      src/components/AddNewInspect/SearchSelect2/index.jsx

+ 1 - 0
src/components/AddNewInspect/SearchSelect/index.jsx

@@ -87,6 +87,7 @@ class SearchSelect extends Component {
         this.setState({
           data: data.nameList || [],
           show: true,
+          inpVal: val
         })
       } else {
         Notify.success(res.data.msg)

+ 1 - 0
src/components/AddNewInspect/SearchSelect2/index.jsx

@@ -87,6 +87,7 @@ class SearchSelect extends Component {
         this.setState({
           data: data.nameList || [],
           show: true,
+          inpVal: val
         })
       } else {
         Notify.success(res.data.msg)