|
@@ -903,12 +903,11 @@ export default {
|
|
|
}
|
|
|
if (this.form.id != null) {
|
|
|
this.form.caoZuoType = this.queryParams.caoZuoType;
|
|
|
- console.log(this.form);
|
|
|
- // editquestion(this.form).then((response) => {
|
|
|
- // this.$modal.msgSuccess("修改成功");
|
|
|
- // this.open = false;
|
|
|
- // this.getList();
|
|
|
- // });
|
|
|
+ editquestion(this.form).then((response) => {
|
|
|
+ this.$modal.msgSuccess("修改成功");
|
|
|
+ this.open = false;
|
|
|
+ this.getList();
|
|
|
+ });
|
|
|
} else {
|
|
|
this.form.caoZuoType = this.queryParams.caoZuoType;
|
|
|
addSpecialinfo(this.form).then((response) => {
|