From f5db210d1fb45285f8b2c1d41a665ea6fd155033 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 25 Aug 2020 09:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=B7=AF=E7=94=B1=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/src/i18n/zh-CN.js | 2 ++ .../customer/miniProAgent/version/OperHistory.vue | 10 +++++----- .../customer/miniProAgent/version/VersionItem.vue | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) 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 () {