|
@@ -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>
|