This commit is contained in:
宋伟佳
2021-12-01 15:51:36 +08:00
parent 607ccb3fe0
commit 3ab63ee9e0
@@ -822,28 +822,28 @@ export default {
this.$message.warning('请填写完整的不符合项信息') this.$message.warning('请填写完整的不符合项信息')
this.comFlag = 0 this.comFlag = 0
}else{ }else{
// this.listForm.prcCreateUser = this.$store.getters.userInfo.userId; this.listForm.prcCreateUser = this.$store.getters.userInfo.userId;
// this.listForm.commentText = this.commentText; this.listForm.commentText = this.commentText;
// this.listForm.approvalOpinion = ""; this.listForm.approvalOpinion = "";
// this.listForm.signFlag = ""; this.listForm.signFlag = "";
// this.listForm.dataList = this.dataList; this.listForm.dataList = this.dataList;
// const json = JSON.stringify(this.listForm); const json = JSON.stringify(this.listForm);
// this.isSubmit = true; this.isSubmit = true;
// this.$http.post("lawss/activiti/completeTask", { this.$http.post("lawss/activiti/completeTask", {
// taskIds: this.taskIds, taskIds: this.taskIds,
// userId: this.userId, userId: this.userId,
// json: json json: json
// }, { }, {
// _this: this _this: this
// }, res => { }, res => {
// if (res.success) { if (res.success) {
// this.$message.success(res.message); this.$message.success(res.message);
// this.$router.push("/processCenter"); this.$router.push("/processCenter");
// } }
// this.isSubmit = false; this.isSubmit = false;
// }, e => { }, e => {
//
// }); });
} }
}, },
//批量编辑 //批量编辑