【修改】修改流程中心
This commit is contained in:
@@ -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}})
|
||||
|
||||
Reference in New Issue
Block a user