refactor&perf
- proxy config - query export - optimize station card request
This commit is contained in:
@@ -18,7 +18,7 @@ const { stationList } = storeToRefs(stationStore);
|
||||
const stationSelectOptions = computed(() => {
|
||||
return stationList.value.map<SelectOption>((station) => ({
|
||||
label: station.name,
|
||||
value: station.deviceIdPrefix,
|
||||
value: station.code,
|
||||
}));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user