实现 OA 请假的取消申请

This commit is contained in:
YunaiV
2022-01-23 00:10:06 +08:00
parent 5437775172
commit e6142b5308
18 changed files with 74 additions and 196 deletions

View File

@@ -192,7 +192,7 @@ export default {
/** 取消按钮操作 */
handleCancel(row) {
const id = row.id;
this.$prompt('请输取消原因?', "取消流程", {
this.$prompt('请输取消原因?', "取消流程", {
type: 'warning',
confirmButtonText: "确定",
cancelButtonText: "取消",