bug
This commit is contained in:
@@ -326,6 +326,10 @@ export default {
|
||||
this.form.ladderRule = JSON.stringify(this.form.ladderIntegral)
|
||||
}
|
||||
|
||||
if(this.form.ruleType == 2 && this.form.ruleType == 0) {
|
||||
this.form.ladderRule = ''
|
||||
}
|
||||
|
||||
this.$refs.DialogForm.validate((valid) => {
|
||||
if (valid) {
|
||||
this.instance.post(`/app/apppartyintegralrule/addOrUpdate`, {
|
||||
|
||||
Reference in New Issue
Block a user