Эх сурвалжийг харах

任务调度子系统-列表不显示“调用目标字符串”字段;新增:不显示“调用方法”字段——放开新增保存方法

002390 1 жил өмнө
parent
commit
90efcdbaf5

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

@@ -789,12 +789,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();
+            });
           }
         }
       });