this.form.chainIndustryId = row.id; | this.form.chainIndustryId = row.id; | ||||
this.form.isApply = 2; | this.form.isApply = 2; | ||||
}, | }, | ||||
save() { | |||||
applyApi | |||||
.applyCooperate(Object.assign({}, this.form)) | |||||
.then((res) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "success", | |||||
message: "提交申请成功", | |||||
}); | |||||
this.getDataList(); | |||||
}) | |||||
.catch((e) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "error", | |||||
message: "提交申请失败", | |||||
save(){ | |||||
if(this.form.note) { | |||||
applyApi | |||||
.applyCooperate(Object.assign({}, this.form)) | |||||
.then((res) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "success", | |||||
message: "提交申请成功", | |||||
}); | |||||
this.getDataList(); | |||||
}) | |||||
.catch((e) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "error", | |||||
message: "提交申请失败", | |||||
}); | |||||
}); | }); | ||||
} else { | |||||
this.$message({ | |||||
type: "error", | |||||
message: "申请理由不能为空", | |||||
}); | }); | ||||
} | |||||
}, | }, | ||||
}, | }, | ||||
filters: { | filters: { |
this.form.leaderDept = row.leaderDept; | this.form.leaderDept = row.leaderDept; | ||||
}, | }, | ||||
save() { | save() { | ||||
applyApi | |||||
.applyCooperate(Object.assign({}, this.form)) | |||||
.then((res) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "success", | |||||
message: "提交申请成功", | |||||
}); | |||||
this.getDataList(); | |||||
}) | |||||
.catch((e) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "error", | |||||
message: "提交申请失败", | |||||
if(this.form.note) { | |||||
applyApi | |||||
.applyCooperate(Object.assign({}, this.form)) | |||||
.then((res) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "success", | |||||
message: "提交申请成功", | |||||
}); | |||||
this.getDataList(); | |||||
}) | |||||
.catch((e) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "error", | |||||
message: "提交申请失败", | |||||
}); | |||||
}); | }); | ||||
} else { | |||||
this.$message({ | |||||
type: "error", | |||||
message: "申请理由不能为空", | |||||
}); | }); | ||||
} | |||||
}, | }, | ||||
}, | }, | ||||
filters: { | filters: { |
this.form.isApply = 1; | this.form.isApply = 1; | ||||
}, | }, | ||||
save() { | save() { | ||||
console.log(this.form); | |||||
applyApi | |||||
.applyCooperate(Object.assign({}, this.form)) | |||||
.then((res) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "success", | |||||
message: "提交申请成功", | |||||
}); | |||||
this.getDataList(); | |||||
}) | |||||
.catch((e) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "error", | |||||
message: "提交申请失败", | |||||
if(this.form.note) { | |||||
applyApi | |||||
.applyCooperate(Object.assign({}, this.form)) | |||||
.then((res) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "success", | |||||
message: "提交申请成功", | |||||
}); | |||||
this.getDataList(); | |||||
}) | |||||
.catch((e) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "error", | |||||
message: "提交申请失败", | |||||
}); | |||||
}); | }); | ||||
} else { | |||||
this.$message({ | |||||
type: "error", | |||||
message: "申请理由不能为空", | |||||
}); | }); | ||||
} | |||||
}, | }, | ||||
}, | }, | ||||
filters: { | filters: { |
// this.form.isApply = 1 | // this.form.isApply = 1 | ||||
}, | }, | ||||
save() { | save() { | ||||
console.log(this.form); | |||||
applyApi | |||||
.applyCooperate(Object.assign({}, this.form)) | |||||
.then((res) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "success", | |||||
message: "提交申请成功", | |||||
}); | |||||
this.getDataList(); | |||||
}) | |||||
.catch((e) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "error", | |||||
message: "提交申请失败", | |||||
if(this.form.note) { | |||||
applyApi | |||||
.applyCooperate(Object.assign({}, this.form)) | |||||
.then((res) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "success", | |||||
message: "提交申请成功", | |||||
}); | |||||
this.getDataList(); | |||||
}) | |||||
.catch((e) => { | |||||
this.showEdit = false; | |||||
this.$message({ | |||||
type: "error", | |||||
message: "提交申请失败", | |||||
}); | |||||
}); | }); | ||||
} else { | |||||
this.$message({ | |||||
type: "error", | |||||
message: "申请理由不能为空", | |||||
}); | }); | ||||
} | |||||
}, | }, | ||||
}, | }, | ||||
filters: { | filters: { |