2345u
This commit is contained in:
parent
00c73bd934
commit
cc6d353b7c
@ -249,6 +249,7 @@ class FormConfigSqlPage extends React.Component {
|
|||||||
<Option value="8b3c41aa-51b1-7ce9-1879-248a038c1b5c">都昌金鼎</Option>
|
<Option value="8b3c41aa-51b1-7ce9-1879-248a038c1b5c">都昌金鼎</Option>
|
||||||
<Option value="8f1cf418-8bf3-ea3f-7a6d-fc5d61247008">龙岩稀土</Option>
|
<Option value="8f1cf418-8bf3-ea3f-7a6d-fc5d61247008">龙岩稀土</Option>
|
||||||
<Option value="3EFD5276-632B-E379-9FF3-7A7546591FCA">广西博白</Option>
|
<Option value="3EFD5276-632B-E379-9FF3-7A7546591FCA">广西博白</Option>
|
||||||
|
<Option value="A3DCE14A-13D9-D879-D9AB-821D4A3F1F93">SMS</Option>
|
||||||
</Select>
|
</Select>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Col>
|
</Col>
|
||||||
|
|||||||
@ -561,7 +561,7 @@ class Home extends React.Component {
|
|||||||
if (this.state.mineType) {
|
if (this.state.mineType) {
|
||||||
json = initFilter(orgId, this.state.mineType);
|
json = initFilter(orgId, this.state.mineType);
|
||||||
} else {
|
} else {
|
||||||
json = initFilter(orgId, MineType);
|
json = initFilter(orgId);//, MineType
|
||||||
}
|
}
|
||||||
|
|
||||||
this.props.dispatch({
|
this.props.dispatch({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user