|
@@ -183,7 +183,9 @@ function header(props) {
|
183
|
183
|
</Form.Item>
|
184
|
184
|
</Form>
|
185
|
185
|
<div style={{ margin: '10px 0 16px 0' }}>
|
186
|
|
- <Button type="danger" className={styles.addBtn} style={{ padding: '0' }} ><SelectContact onClick={() => getList({ pageNum: 1, pageSize: 10 })} /></Button>
|
|
186
|
+ {/* <Button type="danger" className={styles.addBtn} style={{ padding: '0' }} > */}
|
|
187
|
+ <SelectContact type="danger" onClick={() => getList({ pageNum: 1, pageSize: 10 })} />
|
|
188
|
+ {/* </Button> */}
|
187
|
189
|
<Button type="primary" className={styles.addBtn} onClick={() => toDel()} style={{ marginLeft: '30px' }} >删除</Button>
|
188
|
190
|
</div>
|
189
|
191
|
<Table rowSelection={rowSelection} rowKey={r => r.contactId} dataSource={data.records} columns={columns} pagination={false} />
|