修改法规清单校核任务,从待办中心办理链接进来,自动匹配法规工程师角色

This commit is contained in:
范强强
2023-04-07 11:45:06 +08:00
parent 043a5e09b8
commit 89d65ddfe2
2 changed files with 3 additions and 3 deletions
@@ -1504,8 +1504,8 @@
getAction(this.url.AndUserId, query).then((res) => {
if (res.success) {
// this.isDisplay = true
if (this.$route.query.roleOpen && this.$route.query.roleOpen == 'fggcs'){
this.formInlineRoleSwitching.roleSwitchingCode = '1'
if (this.$route.query.roleOpen){
this.formInlineRoleSwitching.roleSwitchingCode = this.$route.query.roleOpen
}else{
this.formInlineRoleSwitching.roleSwitchingCode = res.result.roleCode
}
@@ -267,7 +267,7 @@
targetMarket: row.targetMarket,
studioEngineer: row.studioEngineer,
type: '102',
roleOpen:'fggcs',
roleOpen:'1',
}
})
window.open(newUrl.href, '_blank')