|
@ -129,7 +129,7 @@ export default { |
|
|
|
|
|
|
|
|
initLoading: false, |
|
|
initLoading: false, |
|
|
|
|
|
|
|
|
icNatId: '', |
|
|
selId: '', |
|
|
formData: {}, |
|
|
formData: {}, |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
@ -150,7 +150,7 @@ export default { |
|
|
console.log('row----', row) |
|
|
console.log('row----', row) |
|
|
|
|
|
|
|
|
this.formData.agencyId = this.agencyId |
|
|
this.formData.agencyId = this.agencyId |
|
|
|
|
|
this.selId = row.id |
|
|
await this.loadFormData(row.id) |
|
|
await this.loadFormData(row.id) |
|
|
|
|
|
|
|
|
this.initLoading = true |
|
|
this.initLoading = true |
|
@ -161,7 +161,7 @@ export default { |
|
|
const url = "/data/aggregator/epmetuser/detailByType"; |
|
|
const url = "/data/aggregator/epmetuser/detailByType"; |
|
|
|
|
|
|
|
|
const { data, code, msg } = await requestPost(url, { |
|
|
const { data, code, msg } = await requestPost(url, { |
|
|
id: this.icNatId, |
|
|
id: this.selId, |
|
|
type: "routeFollow", |
|
|
type: "routeFollow", |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|