commit
This commit is contained in:
@@ -822,28 +822,28 @@ export default {
|
||||
this.$message.warning('请填写完整的不符合项信息')
|
||||
this.comFlag = 0
|
||||
}else{
|
||||
// this.listForm.prcCreateUser = this.$store.getters.userInfo.userId;
|
||||
// this.listForm.commentText = this.commentText;
|
||||
// this.listForm.approvalOpinion = "";
|
||||
// this.listForm.signFlag = "";
|
||||
// this.listForm.dataList = this.dataList;
|
||||
// const json = JSON.stringify(this.listForm);
|
||||
// this.isSubmit = true;
|
||||
// this.$http.post("lawss/activiti/completeTask", {
|
||||
// taskIds: this.taskIds,
|
||||
// userId: this.userId,
|
||||
// json: json
|
||||
// }, {
|
||||
// _this: this
|
||||
// }, res => {
|
||||
// if (res.success) {
|
||||
// this.$message.success(res.message);
|
||||
// this.$router.push("/processCenter");
|
||||
// }
|
||||
// this.isSubmit = false;
|
||||
// }, e => {
|
||||
//
|
||||
// });
|
||||
this.listForm.prcCreateUser = this.$store.getters.userInfo.userId;
|
||||
this.listForm.commentText = this.commentText;
|
||||
this.listForm.approvalOpinion = "";
|
||||
this.listForm.signFlag = "";
|
||||
this.listForm.dataList = this.dataList;
|
||||
const json = JSON.stringify(this.listForm);
|
||||
this.isSubmit = true;
|
||||
this.$http.post("lawss/activiti/completeTask", {
|
||||
taskIds: this.taskIds,
|
||||
userId: this.userId,
|
||||
json: json
|
||||
}, {
|
||||
_this: this
|
||||
}, res => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message);
|
||||
this.$router.push("/processCenter");
|
||||
}
|
||||
this.isSubmit = false;
|
||||
}, e => {
|
||||
|
||||
});
|
||||
}
|
||||
},
|
||||
//批量编辑
|
||||
|
||||
Reference in New Issue
Block a user