管控流程 驳回修改

This commit is contained in:
CD
2023-01-06 11:21:09 +08:00
parent 14777e7b19
commit 9c7f1a92a3
@@ -592,21 +592,21 @@ export default {
qbzxdFrom.commentText = this.commentText; qbzxdFrom.commentText = this.commentText;
qbzxdFrom.addFlag = '0' qbzxdFrom.addFlag = '0'
let json = Object.assign(qbzxdFrom, this.roleForm); let json = Object.assign(qbzxdFrom, this.roleForm);
this.$http.post("lawss/activiti/startProcessRollBack", { // this.$http.post("lawss/activiti/startProcessRollBack", {
createUser: this.$store.getters.userInfo.userId, // createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName, // createUserName: this.$store.getters.userInfo.userName,
type: '25', // type: '25',
json: JSON.stringify({ // json: JSON.stringify({
roleForm: this.roleForm, // roleForm: this.roleForm,
qbfsForm: qbzxdFrom, // qbfsForm: qbzxdFrom,
commentText: this.commentText // commentText: this.commentText
}) // })
}, { // }, {
_this: this // _this: this
}, res => { // }, res => {
if (res.ok) { // if (res.ok) {
this.$http.post("lawss/activiti/completeTask", { this.$http.post("lawss/activiti/completeTask", {
taskIds: res.data, taskIds: this.$route.query.taskIds,
userId: this.$store.getters.userInfo.userId, userId: this.$store.getters.userInfo.userId,
json: JSON.stringify(json) json: JSON.stringify(json)
}, { }, {
@@ -628,8 +628,8 @@ export default {
this.$router.push({ path: "/processCenter?tabsName=ProcessCenter" }); this.$router.push({ path: "/processCenter?tabsName=ProcessCenter" });
} }
}); });
} // }
}); // });
}else { }else {
this.$refs["roleForm"].validate((valid) => { this.$refs["roleForm"].validate((valid) => {
if (valid) { if (valid) {