@ -229,8 +229,11 @@ watch(
);
watch(
() => query.value.modelIds,
() => {
(newVal, oldVal) => {
getList();
if (newVal !== oldVal) {
query.value.current = 1;
}