This commit is contained in:
wyw 2024-02-02 16:59:52 +08:00
parent 00c73bd934
commit cc6d353b7c
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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({