【修改】修改流程中心

This commit is contained in:
zhoulingpo
2023-05-11 16:20:16 +08:00
parent c726c7af47
commit 62120b8640
5 changed files with 18 additions and 9 deletions
+7 -3
View File
@@ -89,7 +89,9 @@ export default {
},
PERMISSION,
submitjson:{},
prcType: ''
prcType: '',
application:'' //存储转办的意见
}
},
created () {
@@ -123,8 +125,9 @@ export default {
},
methods: {
// 转办
handleTransfer() {
handleTransfer(type) {
this.visibleTree = true
this.application = type
},
// 选择转办
handleDblClick(treeNode) {
@@ -137,7 +140,8 @@ export default {
taskId: this.taskId,
assignee: treeNode[0].USID,
userId: this.$store.getters.userInfo.usid,
pId: this.prcId
pId: this.prcId,
approvalOpinion:this.application
}).then(() => {
this.$message.success('转办成功')
this.$router.push({path: '/userCenter/processCenter', query: {id: this.$route.query.id}})