|
|
|
@ -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 |
|
|
|
|
|
|
|
|