diff --git a/epmet-oper-web/src/i18n/zh-CN.js b/epmet-oper-web/src/i18n/zh-CN.js index 0796dd7..4fe1937 100644 --- a/epmet-oper-web/src/i18n/zh-CN.js +++ b/epmet-oper-web/src/i18n/zh-CN.js @@ -5,6 +5,8 @@ t.loading = '加载中...' t.brand = {} t.brand.lg = '党群e事通运营平台' t.brand.mini = '党群' +t.brand.work = '党群e事通工作端平台' +t.brand.workMini = '党群工作端' t.add = '新增' t.delete = '删除' diff --git a/epmet-oper-web/src/views/modules/customer/miniProAgent/version/OperHistory.vue b/epmet-oper-web/src/views/modules/customer/miniProAgent/version/OperHistory.vue index 55aa094..a425f11 100644 --- a/epmet-oper-web/src/views/modules/customer/miniProAgent/version/OperHistory.vue +++ b/epmet-oper-web/src/views/modules/customer/miniProAgent/version/OperHistory.vue @@ -80,7 +80,7 @@ export default { // tab页相关 activeName: 'oper', params: {}, - codeId: '', + customerId: '',//客户id // 模板列表 tableUrl: 'https://epmet-cloud.elinkservice.cn/api/third/code/history', // tableUrl: '/third/code/history', @@ -123,10 +123,10 @@ export default { this.loadSubmitFailHistory() } }, - initData (params, codeId) { - this.params = params - this.codeId = codeId - this.tableParams.codeId = codeId + initData (params) { + // { this.customerId, this.clientType } = params + this.customerId = params.customerId + this.tableParams.customerId = params.customerId this.diaVisible = true diff --git a/epmet-oper-web/src/views/modules/customer/miniProAgent/version/VersionItem.vue b/epmet-oper-web/src/views/modules/customer/miniProAgent/version/VersionItem.vue index 9f5ef63..df56743 100644 --- a/epmet-oper-web/src/views/modules/customer/miniProAgent/version/VersionItem.vue +++ b/epmet-oper-web/src/views/modules/customer/miniProAgent/version/VersionItem.vue @@ -401,7 +401,7 @@ export default { // 打开操作历史 operHistoryShow () { - this.$refs['ref_oper_history'].initData(this.params, this.audit.codeId) + this.$refs['ref_oper_history'].initData(this.params) }, // 打开上传代码窗口 commitCodeShow () {