@@ -348,7 +348,10 @@ function loadDropValues() {
onMounted(() => {
setTimeout(() => {
loadDropValues();
- }, 400);
+ }, 600);
+})
+watch(route, () => {
+ loadDropValues();
})
defineExpose({
@@ -31,10 +31,6 @@
value: content.unit
},
{
- label: '保护单位',
- value: content.unit
- },
- {
label: '其他级别项目',
value: content.otherLevel && content.otherLevel.length > 0 ? `${content.otherLevel.length}个` : ''
@@ -54,6 +50,7 @@
{{ item.levelText }}
</div>
<span class="ms-2">{{ item.title }}</span>
+ <span v-if="item.regionText" class="ms-2">({{ item.regionText }})</span>
>
</NuxtLink>