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