@ -217,6 +217,9 @@ const list = ref([]);
const total = ref(0);
onMounted(() => {
if (route.query.modelId) {
query.value.modelIds = [route.query.modelId];
}
getList();
});