1) 删除无用代码
This commit is contained in:
parent
fa60290ba8
commit
d5aba67616
|
@ -562,12 +562,6 @@ const UseKeyList = () => {
|
||||||
onQuery={(data) => onQueryBtn(data)}
|
onQuery={(data) => onQueryBtn(data)}
|
||||||
resetChange={() => resetBtn()}
|
resetChange={() => resetBtn()}
|
||||||
/>
|
/>
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
onClick={() => key_query_el.current.clearData()}
|
|
||||||
>
|
|
||||||
test
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="distable dflexj" style={{ paddingTop: 0 }}>
|
<div className="distable dflexj" style={{ paddingTop: 0 }}>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue