Browse Source

登录路由修改

master
jiangyy 5 years ago
parent
commit
f5db210d1f
  1. 2
      epmet-oper-web/src/i18n/zh-CN.js
  2. 10
      epmet-oper-web/src/views/modules/customer/miniProAgent/version/OperHistory.vue
  3. 2
      epmet-oper-web/src/views/modules/customer/miniProAgent/version/VersionItem.vue

2
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 = '删除'

10
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

2
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 () {

Loading…
Cancel
Save