渗压监测修改

qzc-dev
秦子超 2025-09-19 17:26:32 +08:00
parent 77a3dd1b50
commit 7f18c98b8e
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ const ToolBar = ({ setSearchVal, onSave, storeData,role }) => {
style={{ width: "150px" }}
options={dmList}
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)
setDmCode(v)
}}