平台件 切换用户修改接口

This commit is contained in:
zyx.net
2023-09-14 09:25:42 +08:00
parent b2687ea7cc
commit 5912979f4a
4 changed files with 8 additions and 8 deletions
@@ -26,8 +26,8 @@
</div>
<div class="text-field">
<span class="text-field-left" :title="$t('configurationItem')">{{$t('configurationItem')}}</span>
<span class="text-field-right" :title="queryForm.configurationItem"
>{{queryForm.configurationItem}}</span>
<span class="text-field-right" :title="queryForm.ipdInfo"
>{{queryForm.ipdInfo}}</span>
</div>
</div>
<div class="content-text">
@@ -652,7 +652,7 @@
setBatch: '/platform/projectCertificationInventoryEO/setBatch',
deleteOne: '/platform/projectCertificationInventoryEO/delete',
AndUserId: '/project/projectLibraryRoleRelEO/queryByProjectLibraryIdAndUserId',
AndUserIdEdit: '/platform/projectLibraryRoleRelEO/edit',
AndUserIdEdit: '/project/projectLibraryRoleRelEO/edit',
saveBatch: '/platform/projectCertificationInventoryEO/saveBatch',
questionUrl: '/platform/projectCertificationInventoryEO/expediting',
importZipUrl: '/platform/projectCertificationInventoryEO/importData'
@@ -1279,7 +1279,7 @@
transferUrl: '/platform/projectLawsInventoryEO/getPageInfoDummy',//调取
ExportReportUrl: '/platform/projectLawsInventoryEO/downloadDocxReport',
AndUserId: '/project/projectLibraryRoleRelEO/queryByProjectLibraryIdAndUserId',
AndUserIdEdit: '/platform/projectLibraryRoleRelEO/edit'
AndUserIdEdit: '/project/projectLibraryRoleRelEO/edit'
},
downLoadFileUrl: window._CONFIG['domianPreviewURL'] + '/sys/common/download',
downLoadImgUrl: window._CONFIG['domianWebImgURL'] + '/sys/common/download',
@@ -255,8 +255,8 @@ export default {
}
},
created() {
document.title = this.$route.query.projectName ? this.$t('projectDetails') + '-' + this.$route.query.projectName : this.$t('projectDetails')
this.title = this.$route.query.projectName
document.title = this.$route.query.projectNameId ? this.$t('projectDetails') + '-' + this.$route.query.projectNameId : this.$t('projectDetails')
this.title = this.$route.query.projectNameId
},
mounted() {
this.getTaskId()
@@ -436,7 +436,7 @@ export default {
this.$router.push({
path: '/projectRegulationTasks',
query: {
projectName: this.$route.query.projectName
projectName: this.$route.query.projectNameId
}
})
},
@@ -509,7 +509,7 @@ export default {
},
backClick() {
this.$router.push({
path: '/projectLibrary'
path: '/platformItemLibraryDetails'
})
},
roleSwitchingClick(roleCode) {