diff --git a/jero-web/src/components/tableCollection/index1.vue b/jero-web/src/components/tableCollection/index1.vue index 8f124f2ad..681a4a461 100644 --- a/jero-web/src/components/tableCollection/index1.vue +++ b/jero-web/src/components/tableCollection/index1.vue @@ -575,7 +575,7 @@ } let paramscm = { paramsManifestId: paramsManifestid, - moduleFlag:'上报库管理' + moduleFlag:'上报库详情' } var jsonHead = [] getAction(url, paramscm).then((res) => { diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 4b95b3d6f..cc1edc48d 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -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 } diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue index 33e9aeef1..b7678eb70 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue @@ -267,7 +267,7 @@ targetMarket: row.targetMarket, studioEngineer: row.studioEngineer, type: '102', - roleOpen:'fggcs', + roleOpen:'1', } }) window.open(newUrl.href, '_blank')