|
@@ -230,7 +230,7 @@ export default {
|
|
|
content: this.textarea, //意见内容
|
|
|
};
|
|
|
if (this.manyPeopleStatus == true) {
|
|
|
- list.procinstid = this.list.process_id;
|
|
|
+ list.procinstid = this.list.processId;
|
|
|
// if (this.backThree.length <= 1) {
|
|
|
// this.$message.error("请选择多人");
|
|
|
// return;
|
|
@@ -314,7 +314,6 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
async nextWork(list) {
|
|
|
- console.log(list);
|
|
|
//e:yes||no,list:传入数组,title:结束标签,res:驳回标签,id:工单更新id
|
|
|
let _this = this;
|
|
|
let copylist = list
|
|
@@ -519,7 +518,6 @@ export default {
|
|
|
this.TransferStatus = false;
|
|
|
// this.clickTaskName = e.properties.name;
|
|
|
this.clicknextName = e.properties.name;
|
|
|
- console.log(this.clicknextName);
|
|
|
this.seleIndex = index;
|
|
|
this.getNextPath(e.resourceId, 3); //1 为点击后获取线
|
|
|
},
|