林凡 5 years ago
parent
commit
abe8b29d15
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/components/SelectButton/BuildSelect.jsx

+ 1
- 0
src/components/SelectButton/BuildSelect.jsx View File

35
     })
35
     })
36
   }
36
   }
37
 
37
 
38
+
38
   const checkValue = (data) => {
39
   const checkValue = (data) => {
39
     if (props.value) {
40
     if (props.value) {
40
       const tempData = data.filter(f => f.buildingId == props.value)
41
       const tempData = data.filter(f => f.buildingId == props.value)