diff --git a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue index ca5c5c12b..e9b882fb0 100644 --- a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue +++ b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue @@ -151,9 +151,9 @@
查看
通过
驳回
-
撤回
-
编辑
-
重新提交
+
撤回
+
编辑
+
重新提交
@@ -233,10 +233,12 @@ export default { nodeList: [], userType: '', drawerTitle: '', - modalShowRoleFlag: false + modalShowRoleFlag: false, + account: '' } }, mounted () { + this.account = JSON.parse(window.localStorage.getItem('userInfo')).account if (this.$route.query && this.$route.query.tag === 'fromSearchCenter') { this.standardsAndTranslationRequestShowModal() this.$router.replace({ query: { ...this.$route.query, tag: undefined } })