fungleo
2020-07-21 a09a342f58c282a89df6b5bc274cf8f37f8bf6f3
ruoyi-ui/src/views/monitor/job/index.vue
@@ -133,7 +133,7 @@
    <!-- 添加或修改定时任务对话框 -->
    <el-dialog :title="title" :visible.sync="open" width="700px" append-to-body>
      <el-form ref="form" :model="form" :rules="rules" label-width="100px">
      <el-form ref="form" :model="form" :rules="rules" label-width="120px">
        <el-row>
          <el-col :span="12">
            <el-form-item label="任务名称" prop="jobName">
@@ -397,7 +397,7 @@
          type: "warning"
        }).then(function() {
          return runJob(row.jobId, row.jobGroup);
        }).then(function() {
        }).then(() => {
          this.msgSuccess("执行成功");
        }).catch(function() {});
    },
@@ -438,8 +438,6 @@
                this.msgSuccess("修改成功");
                this.open = false;
                this.getList();
              } else {
                this.msgError(response.msg);
              }
            });
          } else {
@@ -448,8 +446,6 @@
                this.msgSuccess("新增成功");
                this.open = false;
                this.getList();
              } else {
                this.msgError(response.msg);
              }
            });
          }