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 +