渗压监测修改
parent
77a3dd1b50
commit
7f18c98b8e
|
|
@ -159,7 +159,7 @@ const ToolBar = ({ setSearchVal, onSave, storeData,role }) => {
|
||||||
style={{ width: "150px" }}
|
style={{ width: "150px" }}
|
||||||
options={dmList}
|
options={dmList}
|
||||||
onChange={(v)=>{
|
onChange={(v)=>{
|
||||||
const dvcd = codeList.filter(o=>dmCode?o.profileCode===dmCode:true)?.[0]?.value
|
const dvcd = codeList.filter(o=>o.profileCode===v)?.[0]?.value
|
||||||
form.setFieldValue('dvcd',dvcd)
|
form.setFieldValue('dvcd',dvcd)
|
||||||
setDmCode(v)
|
setDmCode(v)
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue