This commit is contained in:
lb
2023-11-29 13:36:53 +08:00
parent 6702521f31
commit 9ed4c944c5
3 changed files with 44 additions and 23 deletions

View File

@@ -115,12 +115,12 @@ export default {
vm.$set(
vm.searchBarFormConfig[0],
'defaultSelect',
to.params.equipmentCode
to.params.equipmentName
);
vm.$set(
vm.searchBarFormConfig[1],
'defaultSelect',
to.params.equipmentName
to.params.equipmentCode
);
vm.handleQuery();
});