This commit is contained in:
宋伟佳
2021-11-30 09:59:30 +08:00
parent 55e7ccce85
commit c31ce50bf3
@@ -404,8 +404,6 @@ export default {
this.listForm.children = dataListChildren;
this.listForm.dataList = this.dataList;
const json = JSON.stringify(this.listForm);
console.log(json);
return;
this.$http.post("lawss/activiti/completeTask", {
taskIds: this.taskIds,
userId: this.userId,