【issues/6191】apiSelect多次请求
parent
801186779f
commit
936c11db47
|
@ -101,10 +101,9 @@
|
|||
return prev;
|
||||
}, [] as OptionsItem[]);
|
||||
});
|
||||
|
||||
watchEffect(() => {
|
||||
// update-begin--author:liaozhiyang---date:20240509---for:【issues/6191】apiSelect多次请求
|
||||
props.immediate && fetch();
|
||||
});
|
||||
// update-end--author:liaozhiyang---date:20240509---for:【issues/6191】apiSelect多次请求
|
||||
|
||||
watch(
|
||||
() => props.params,
|
||||
|
|
Loading…
Reference in New Issue