流程问题修改2
This commit is contained in:
@@ -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(() => {});
|
||||
},
|
||||
// 归档
|
||||
|
||||
Reference in New Issue
Block a user