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 {
}
},
created() {
this.tableConfig.url = this.searchUrl
// this.tableConfig.url = this.searchUrl
// console.log(this.tableConfig.url)
this.tableConfig.columns.handle.vif = this.isShowBtn
constant.tableConfig.initialParams = {
BusinessObjectID: this.objectID || this.$route.query.objectID,
TypeCode: this.typeCode
}
this.tableConfig.url = this.searchUrl
if (this.moduleType) {
constant.tableConfig.initialParams.ModuleType = this.moduleType
}
......
......@@ -39,7 +39,7 @@ export default {
loading: false,
searchUrl: '',
typeCode: uploadCode.customer,
title: '注册详情',
title: '注册信息',
dedeleBtnStart: true,
objectID: '',
addBtnStart: true,
......@@ -321,14 +321,14 @@ export default {
this.addBtnStart = false
this.loading = false
this.dedeleBtnStart = false
this.$router.push({
path: '/Personal-customers',
query: { objectID: JSON.parse(localStorage.getItem('USERINFO')).ExtCustomerObjectID_SDK}
})
}).catch(() => {
this.loading = false
this.$$message.error("数据获取失败")
})
})
this.$router.push({
path: '/Personal-customers',
query: { objectID: JSON.parse(localStorage.getItem('USERINFO')).ExtCustomerObjectID_SDK}
})
} else {
this.searchUrl = ''
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