【pull/8014】插槽方式弹窗中取消该数据checkbox的选中状态,需要点击第二次才生效。

pull/8191/head
JEECG 2025-04-25 16:59:03 +08:00
parent e032591366
commit 9bd03f467d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
() => {
props.value && initValue();
},
{ deep: true }
{ deep: true, immediate: true }
);
// update-end--author:liaozhiyang---date:20250423---forpull/8014checkbox