标准评估流程
This commit is contained in:
@@ -621,9 +621,7 @@ export default {
|
||||
this.listForm.breakdownList = this.breakdownList
|
||||
this.listForm.commentText = this.commentText;
|
||||
const json = JSON.stringify(this.listForm);
|
||||
// this.isSubmit = true;
|
||||
console.log(json);
|
||||
return
|
||||
this.isSubmit = true;
|
||||
this.$http.post("lawss/activiti/completeTask", {
|
||||
taskIds: this.taskIds,
|
||||
userId: this.userId,
|
||||
|
||||
Reference in New Issue
Block a user