Commit acd9f2b7 authored by qinj's avatar qinj

Merge branch 'dev' of http://120.25.63.219:6088/rex/portalhtml into dev

parents 2091343d fa924dfa
...@@ -153,13 +153,14 @@ export default { ...@@ -153,13 +153,14 @@ export default {
} }
}, },
created() { created() {
this.tableConfig.url = this.searchUrl // this.tableConfig.url = this.searchUrl
// console.log(this.tableConfig.url) // console.log(this.tableConfig.url)
this.tableConfig.columns.handle.vif = this.isShowBtn this.tableConfig.columns.handle.vif = this.isShowBtn
constant.tableConfig.initialParams = { constant.tableConfig.initialParams = {
BusinessObjectID: this.objectID || this.$route.query.objectID, BusinessObjectID: this.objectID || this.$route.query.objectID,
TypeCode: this.typeCode TypeCode: this.typeCode
} }
this.tableConfig.url = this.searchUrl
if (this.moduleType) { if (this.moduleType) {
constant.tableConfig.initialParams.ModuleType = this.moduleType constant.tableConfig.initialParams.ModuleType = this.moduleType
} }
......
...@@ -39,7 +39,7 @@ export default { ...@@ -39,7 +39,7 @@ export default {
loading: false, loading: false,
searchUrl: '', searchUrl: '',
typeCode: uploadCode.customer, typeCode: uploadCode.customer,
title: '注册详情', title: '注册信息',
dedeleBtnStart: true, dedeleBtnStart: true,
objectID: '', objectID: '',
addBtnStart: true, addBtnStart: true,
...@@ -321,14 +321,14 @@ export default { ...@@ -321,14 +321,14 @@ export default {
this.addBtnStart = false this.addBtnStart = false
this.loading = false this.loading = false
this.dedeleBtnStart = false this.dedeleBtnStart = false
this.$router.push({
path: '/Personal-customers',
query: { objectID: JSON.parse(localStorage.getItem('USERINFO')).ExtCustomerObjectID_SDK}
})
}).catch(() => { }).catch(() => {
this.loading = false this.loading = false
this.$$message.error("数据获取失败") this.$$message.error("数据获取失败")
}) })
this.$router.push({
path: '/Personal-customers',
query: { objectID: JSON.parse(localStorage.getItem('USERINFO')).ExtCustomerObjectID_SDK}
})
} else { } else {
this.searchUrl = '' this.searchUrl = ''
this.loading = false this.loading = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment