流程历史数据

This commit is contained in:
宋伟佳
2021-08-05 11:20:02 +08:00
parent b2498c485d
commit 1ac7563d70
13 changed files with 2225 additions and 64 deletions
@@ -336,6 +336,7 @@ export default {
if (this.listForm.jgUser == null || this.listForm.jgUser == undefined ) {
this.$message.warning("请选择架构经理");
} else {
this.isSubmit = true
this.listForm.commentText = this.commentText;
const json = JSON.stringify(this.listForm);
this.$http.post("lawss/activiti/completeTask", {
@@ -349,6 +350,7 @@ export default {
this.$message.success(res.message);
this.$router.push("/processCenter");
}
this.isSubmit = false
}, e => {
});
}