This commit is contained in:
shijingjing
2022-06-30 21:35:22 +08:00
parent 0ec77d5a48
commit fc7067cff3

View File

@@ -317,13 +317,8 @@ export default {
if(this.form.integralMin >= this.form.integralMax) {
return this.$message.error('请输入正确的区间范围')
}
} else {
this.form.ladderRule = ''
}
}
this.$refs.DialogForm.validate((valid) => {
if (valid) {