浏览代码

专项检查

sunyanqiang 3 年之前
父节点
当前提交
25b7382876
共有 1 个文件被更改,包括 5 次插入6 次删除
  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) => {