【issues/6191】apiSelect多次请求

pull/1270/head
JEECG 2024-05-10 10:06:07 +08:00
parent 801186779f
commit 936c11db47
1 changed files with 3 additions and 4 deletions

View File

@ -101,10 +101,9 @@
return prev; return prev;
}, [] as OptionsItem[]); }, [] as OptionsItem[]);
}); });
// update-begin--author:liaozhiyang---date:20240509---forissues/6191apiSelect
watchEffect(() => { props.immediate && fetch();
props.immediate && fetch(); // update-end--author:liaozhiyang---date:20240509---forissues/6191apiSelect
});
watch( watch(
() => props.params, () => props.params,