Commit 93bde298 authored by 左玲玲's avatar 左玲玲 😬

1708

parent 04a70ac2
...@@ -765,6 +765,9 @@ function Contract(props) { ...@@ -765,6 +765,9 @@ function Contract(props) {
onTabChange={(key) => { onTabChange={(key) => {
setactiveTabKey(key); setactiveTabKey(key);
setextraparams({}); setextraparams({});
setdrawer({
open: false,
})
}} }}
formRef={tableRef} formRef={tableRef}
extraparams={extraparams} extraparams={extraparams}
......
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