From fb1db48846ba387a7fe7a53551e773d42b84170a Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Wed, 31 Jan 2024 19:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E7=AE=A1=E7=90=86=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=93=8D=E4=BD=9C=E6=8F=90=E7=A4=BA=E8=AF=AD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/member/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flossom-ui/src/views/system/member/index.vue b/flossom-ui/src/views/system/member/index.vue index d12f7ed..6007712 100644 --- a/flossom-ui/src/views/system/member/index.vue +++ b/flossom-ui/src/views/system/member/index.vue @@ -1820,6 +1820,7 @@ export default { }, // 关闭添加小程序标签窗口 cancelMiniProgramDialog(isClose) { + this.$refs.miniProgramForm.clearValidate(); this.miniProgramForm.tagIdArray = [] if (isClose) { this.title = null @@ -1827,6 +1828,7 @@ export default { } }, cancelIntegralDialog(isClose) { + this.$refs.integralForm.clearValidate(); this.integralForm.source = null this.integralForm.floatScore = null this.integralForm.remarkContent = '后台操作' @@ -1835,6 +1837,7 @@ export default { } }, cancelRemarkDialog(isClose) { + this.$refs.remarkForm.clearValidate(); this.remarkForm.content = null if (isClose) { this.batchRemarkVisible = false @@ -1886,6 +1889,7 @@ export default { } }, cancelScriptDialog(isClose) { + this.$refs.scriptForm.clearValidate(); this.scriptForm = { userIdList: null, isCustom: 0, @@ -2666,4 +2670,4 @@ export default { .mini-label .el-form-item__label { width: 50px !important; } - \ No newline at end of file +