Compare commits
2 Commits
0567d98b93
...
9ed081e5be
| Author | SHA1 | Date |
|---|---|---|
|
|
9ed081e5be | |
|
|
2d64e3baeb |
|
|
@ -812,6 +812,7 @@ export default {
|
||||||
that.equipmentOptions.forEach(item => {
|
that.equipmentOptions.forEach(item => {
|
||||||
if(item.id == that.form.equipment){
|
if(item.id == that.form.equipment){
|
||||||
that.form.equipment_name = item.name;
|
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;
|
that.form.cd_req_addr = that.setForm.cd_req_addr = item.cd_req_addr;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue