标准评估流程

This commit is contained in:
宋伟佳
2022-01-25 13:33:32 +08:00
parent aa47e8fc32
commit 82c9a6ac19
@@ -621,9 +621,7 @@ export default {
this.listForm.breakdownList = this.breakdownList this.listForm.breakdownList = this.breakdownList
this.listForm.commentText = this.commentText; this.listForm.commentText = this.commentText;
const json = JSON.stringify(this.listForm); const json = JSON.stringify(this.listForm);
// this.isSubmit = true; this.isSubmit = true;
console.log(json);
return
this.$http.post("lawss/activiti/completeTask", { this.$http.post("lawss/activiti/completeTask", {
taskIds: this.taskIds, taskIds: this.taskIds,
userId: this.userId, userId: this.userId,