sunyanqiang %!s(int64=3) %!d(string=hai) anos
pai
achega
25b7382876
Modificáronse 1 ficheiros con 5 adicións e 6 borrados
  1. 5 6
      src/views/bdglregular/specialinfo/index.vue

+ 5 - 6
src/views/bdglregular/specialinfo/index.vue

@@ -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) => {