|
|
@ -359,7 +359,6 @@ export default { |
|
|
|
this.$refs[formName].validate((valid) => { |
|
|
|
this.$refs[formName].validate((valid) => { |
|
|
|
if (valid) { |
|
|
|
if (valid) { |
|
|
|
if (!this.form.id) { |
|
|
|
if (!this.form.id) { |
|
|
|
console.log(">><><<>",this.form); |
|
|
|
|
|
|
|
this.form.groupType = this.form.groupTypes.join(','); |
|
|
|
this.form.groupType = this.form.groupTypes.join(','); |
|
|
|
|
|
|
|
|
|
|
|
add(this.form).then(() => { |
|
|
|
add(this.form).then(() => { |
|
|
@ -371,7 +370,6 @@ export default { |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
console.log("修改《《《《",this.form); |
|
|
|
|
|
|
|
this.form.groupType = this.form.groupTypes.join(','); |
|
|
|
this.form.groupType = this.form.groupTypes.join(','); |
|
|
|
update(this.form).then(() => { |
|
|
|
update(this.form).then(() => { |
|
|
|
this.box = false; |
|
|
|
this.box = false; |
|
|
|