@@ -59,6 +59,7 @@ const getList = async () => {
watch(() => props.userId, (newVal) => {
if (newVal) {
+ queryParams.userId = newVal
getList()
}
}, { immediate: true }, { deep: true })
@@ -88,6 +88,7 @@ const getExpList = async () => {
getExpList()