流程问题修改2

This commit is contained in:
Your Name
2023-09-23 17:55:30 +08:00
parent b4f2f5f312
commit 48c9d13e67
3 changed files with 225 additions and 53 deletions
+10 -2
View File
@@ -370,6 +370,7 @@ import {
submitCaseApply,
selectCaseApply,
} from "@/api/caseAccess/caseEntry";
import { document } from "@/api/caseManagement/caseManagement";
export default {
name: "caseList",
@@ -632,8 +633,15 @@ export default {
console.log(row, "生成裁决书");
this.$modal
.confirm("确定生成裁决书吗?")
.then(function () {})
.then((res) => {})
.then(function () {
return document({ id: row.id });
})
.then((res) => {
if (res.code == 200) {
this.getcaseApply(this.queryParams);
this.$modal.msgSuccess("裁决书生成成功");
}
})
.catch(() => {});
},
// 归档