From dcd923aae4d9bbbda7464faf105fca7ec5259b6c Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 14 Dec 2023 10:59:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/901=E3=80=91JPopup=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=85=8D=E7=BD=AEparam=E5=8F=82=E6=95=B0=E5=90=8E?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Form/src/jeecg/components/modal/JPopupOnlReportModal.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Form/src/jeecg/components/modal/JPopupOnlReportModal.vue b/src/components/Form/src/jeecg/components/modal/JPopupOnlReportModal.vue index 5cdfcb3..91fc313 100644 --- a/src/components/Form/src/jeecg/components/modal/JPopupOnlReportModal.vue +++ b/src/components/Form/src/jeecg/components/modal/JPopupOnlReportModal.vue @@ -151,10 +151,12 @@ watch( () => props.param, () => { - if (visible) { + // update-begin--author:liaozhiyang---date:20231213---for:【issues/901】JPopup组件配置param参数后异常 + if (visible.value) { dynamicParamHandler(); loadData(); } + // update-end--author:liaozhiyang---date:20231213---for:【issues/901】JPopup组件配置param参数后异常 } ); /**