bug
This commit is contained in:
@@ -317,14 +317,9 @@ export default {
|
|||||||
if(this.form.integralMin >= this.form.integralMax) {
|
if(this.form.integralMin >= this.form.integralMax) {
|
||||||
return this.$message.error('请输入正确的区间范围')
|
return this.$message.error('请输入正确的区间范围')
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
|
||||||
this.form.ladderRule = ''
|
this.form.ladderRule = ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
this.$refs.DialogForm.validate((valid) => {
|
this.$refs.DialogForm.validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
this.instance.post(`/app/apppartyintegralrule/addOrUpdate`, {
|
this.instance.post(`/app/apppartyintegralrule/addOrUpdate`, {
|
||||||
|
|||||||
Reference in New Issue
Block a user