From a874362f33ab944b715af5d824872a46c07a365b Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 17 Dec 2025 18:27:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9D=93=E5=8F=B7=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E9=A1=B5):=20=E8=B0=83=E6=95=B4=E5=85=B3=E9=97=AD=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E7=9A=84=E6=96=B9=E6=B3=95=E5=B9=B6=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/beautiful-number-apply/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/user/beautiful-number-apply/index.vue b/src/views/user/beautiful-number-apply/index.vue index 3d526b1..b81faf1 100644 --- a/src/views/user/beautiful-number-apply/index.vue +++ b/src/views/user/beautiful-number-apply/index.vue @@ -136,6 +136,7 @@ @close="userDeatilsDrawerVisible = false" /> + - + @@ -275,8 +276,9 @@ export default { // 关闭窗口 handleClose() { const that = this; - + that.RejectTargetID = ""; that.AgreeTargetID = ""; + that.RejectWindowVisible = false; that.AgreeWindowVisible = false; },