bug
This commit is contained in:
@@ -326,6 +326,10 @@ export default {
|
|||||||
this.form.ladderRule = JSON.stringify(this.form.ladderIntegral)
|
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) => {
|
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