林凡 5 年前
父节点
当前提交
abe8b29d15
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/components/SelectButton/BuildSelect.jsx

+ 1
- 0
src/components/SelectButton/BuildSelect.jsx 查看文件

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