bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user