Selaa lähdekoodia

任务调度子系统-新增:任务小类通过任务大类来过滤展示数据——打开保存方法

002390 1 vuosi sitten
vanhempi
commit
0479f6c413
1 muutettua tiedostoa jossa 6 lisäystä ja 7 poistoa
  1. 6 7
      src/views/monitor/job/index.vue

+ 6 - 7
src/views/monitor/job/index.vue

@@ -799,12 +799,11 @@ export default {
               this.getList();
             });
           } else {
-            console.log(this.form, "this.form");
-            // addJob(this.form).then((response) => {
-            //   this.$modal.msgSuccess("新增成功");
-            //   this.open = false;
-            //   this.getList();
-            // });
+            addJob(this.form).then((response) => {
+              this.$modal.msgSuccess("新增成功");
+              this.open = false;
+              this.getList();
+            });
           }
         }
       });
@@ -849,6 +848,6 @@ export default {
 </script>
 <style scoped>
 >>> .el-form-item__content {
-  line-height: 40px ;
+  line-height: 40px;
 }
 </style>