Skip to content

Commit

Permalink
【issues/6999】ApiSelect联动更新字段不生效(代码还原)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Aug 24, 2024
1 parent 0cada33 commit 72829aa
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@
return prev;
}, [] as OptionsItem[]);
});
// update-begin--author:liaozhiyang---date:20240509---for:【issues/6191】apiSelect多次请求
props.immediate && fetch();
// update-end--author:liaozhiyang---date:20240509---for:【issues/6191】apiSelect多次请求
// update-begin--author:liaozhiyang---date:20240823---for:【issues/6999】ApiSelect联动更新字段不生效(代码还原)
watchEffect(() => {
props.immediate && fetch();
});
// update-end--author:liaozhiyang---date:20240823---for:【issues/6999】ApiSelect联动更新字段不生效(代码还原)
watch(
() => props.params,
Expand Down

0 comments on commit 72829aa

Please sign in to comment.