Commit 43cd3bb4 authored by 邓超's avatar 邓超

fix: 修改台账管理配置接口配置回显不成功

parent c2c406c5
Pipeline #40285 passed with stages
in 27 minutes 12 seconds
...@@ -568,9 +568,9 @@ const AddModal = props => { ...@@ -568,9 +568,9 @@ const AddModal = props => {
</div> </div>
</Item> </Item>
<Item label="接口配置" name="Interface"> <Item label="接口配置" name="Interface">
<div className={styles.filed_listItem}> {/* <div className={styles.filed_listItem}> */}
<TextArea placeholder="服务项目dll库" allowClear /> <TextArea placeholder="服务项目dll库" allowClear />
</div> {/* </div> */}
</Item> </Item>
</Form> </Form>
<ChangeAdd <ChangeAdd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment