|
|
@ -132,10 +132,17 @@ export default { |
|
|
|
} else { |
|
|
|
versionId = this.queryParams.versionId |
|
|
|
} |
|
|
|
let searchType = '' |
|
|
|
if (this.withTheRingRadio === '1') { |
|
|
|
searchType = '' |
|
|
|
} else { |
|
|
|
searchType = 'seq' |
|
|
|
} |
|
|
|
let params = { |
|
|
|
customerId: this.customerId, |
|
|
|
versionId: versionId, |
|
|
|
artId: this.artId |
|
|
|
artId: this.artId, |
|
|
|
searchType: searchType |
|
|
|
} |
|
|
|
get(`/admin/ap/custdemandverhead/deviationanalysis`, params).then(({ code, data }) => { |
|
|
|
if (code === 200) { |
|
|
|