|
@ -368,6 +368,7 @@ export default { |
|
|
getServiceInfo() { |
|
|
getServiceInfo() { |
|
|
const that = this |
|
|
const that = this |
|
|
that.serviceInfo = {} |
|
|
that.serviceInfo = {} |
|
|
|
|
|
that.bindList = [] |
|
|
that.$http('POST', '/agentnew/ajax_get_service_info', { |
|
|
that.$http('POST', '/agentnew/ajax_get_service_info', { |
|
|
uid: that.uid, |
|
|
uid: that.uid, |
|
|
type: that.type, |
|
|
type: that.type, |
|
@ -393,6 +394,7 @@ export default { |
|
|
uid: that.uid, |
|
|
uid: that.uid, |
|
|
type: that.type, |
|
|
type: that.type, |
|
|
}).then(response => { |
|
|
}).then(response => { |
|
|
|
|
|
console.log(response.data) |
|
|
if (response.status && response.data) { |
|
|
if (response.status && response.data) { |
|
|
that.$nextTick(() => { |
|
|
that.$nextTick(() => { |
|
|
that.bindList = response.data |
|
|
that.bindList = response.data |
|
|