会员管理批量操作提示语优化

master
382696293@qq.com 2 years ago
parent 29f0b93f17
commit fb1db48846

@ -1820,6 +1820,7 @@ export default {
}, },
// //
cancelMiniProgramDialog(isClose) { cancelMiniProgramDialog(isClose) {
this.$refs.miniProgramForm.clearValidate();
this.miniProgramForm.tagIdArray = [] this.miniProgramForm.tagIdArray = []
if (isClose) { if (isClose) {
this.title = null this.title = null
@ -1827,6 +1828,7 @@ export default {
} }
}, },
cancelIntegralDialog(isClose) { cancelIntegralDialog(isClose) {
this.$refs.integralForm.clearValidate();
this.integralForm.source = null this.integralForm.source = null
this.integralForm.floatScore = null this.integralForm.floatScore = null
this.integralForm.remarkContent = '后台操作' this.integralForm.remarkContent = '后台操作'
@ -1835,6 +1837,7 @@ export default {
} }
}, },
cancelRemarkDialog(isClose) { cancelRemarkDialog(isClose) {
this.$refs.remarkForm.clearValidate();
this.remarkForm.content = null this.remarkForm.content = null
if (isClose) { if (isClose) {
this.batchRemarkVisible = false this.batchRemarkVisible = false
@ -1886,6 +1889,7 @@ export default {
} }
}, },
cancelScriptDialog(isClose) { cancelScriptDialog(isClose) {
this.$refs.scriptForm.clearValidate();
this.scriptForm = { this.scriptForm = {
userIdList: null, userIdList: null,
isCustom: 0, isCustom: 0,

Loading…
Cancel
Save