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;
},