This commit is contained in:
2025-09-25 14:38:32 +08:00
parent 29c26fd6d0
commit 8f59cffc43

View File

@ -79,7 +79,7 @@ const props = defineProps({
}, },
isAll: { isAll: {
type: Boolean, type: Boolean,
default: false //所有类型都可以用这个接口返回的是id default: false //所有类型都可以用这个接口,接口返回的是id
} }
}); });