Compare commits
No commits in common. "9ed081e5becab6e12b2bd35fcb57ac051fe7eb93" and "0567d98b932dbbaab32709ff706899a9d0add091" have entirely different histories.
9ed081e5be
...
0567d98b93
|
|
@ -812,7 +812,6 @@ 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