diff --git a/src/views/user/beautiful-number-apply/index.vue b/src/views/user/beautiful-number-apply/index.vue index ac03527..3d526b1 100644 --- a/src/views/user/beautiful-number-apply/index.vue +++ b/src/views/user/beautiful-number-apply/index.vue @@ -108,7 +108,7 @@ 同意 + +
+ 取消 + 同意 +
+
+ { that.listLoading = false; + that.handleClose(); // 关闭窗口 that.$message({ message: "Successful", type: "success" @@ -246,6 +265,21 @@ export default { that.RejectWindowVisible = true; }, + // 打开同意窗口 + showAgreeWindow(id) { + const that = this; + that.AgreeTargetID = id; + that.AgreeWindowVisible = true; + }, + + // 关闭窗口 + handleClose() { + const that = this; + + that.AgreeTargetID = ""; + that.AgreeWindowVisible = false; + }, + // 成功 renderDataSuccess() { const that = this;