fix:玻纤检验设备名称没有带出来修改

This commit is contained in:
shijing 2025-11-18 13:41:24 +08:00
parent 3a317a03d3
commit 2d64e3baeb
1 changed files with 1 additions and 0 deletions

View File

@ -812,6 +812,7 @@ export default {
that.equipmentOptions.forEach(item => {
if(item.id == that.form.equipment){
that.form.equipment_name = item.name;
that.setForm.equipment_name = item.name;
that.form.cd_req_addr = that.setForm.cd_req_addr = item.cd_req_addr;
}
});