diff --git a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue index 1850c9f1..7b39fe4e 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue @@ -466,7 +466,7 @@ export default { this.loading = true const params = { nodeCode: this.selectedTreeNodeCodes[0], - standardIds + ids: standardIds } configDomesticStandard(params).then(res => { if (res.success) {