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

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

@ -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;
}
</style>
</style>

Loading…
Cancel
Save