zhengyiming
昨天 25708e3f81956c1517f495e3303a6c8d08bb730c
apps/housekeepingMiniApp/src/pages/home/index.vue
@@ -94,6 +94,7 @@
import { setOSSLink, trim } from '@12333/utils';
import * as standardServiceServices from '@12333/services/apiV2/standardService';
import { EnumPagedListOrder, EnumStandardServiceReleaseStatus } from '@12333/constants';
import { useSystemStore } from '@/stores/modules/system';
const { locationCity } = useUser();
@@ -159,10 +160,12 @@
}
const switchTab = useSwitchTab();
const systemStore = useSystemStore();
function goService(item: API.SelectOptionStringGetDictionaryDataSelectQueryResultOption) {
  systemStore.setServicePageJobCode(item.value);
  switchTab({
    url: `${RouterPath.service}?id=${item.value}`,
    url: `${RouterPath.service}`,
  });
}
</script>