diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index e2efd0482..f14971026 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -4090,7 +4090,7 @@ export default { // 取最外层目录id search.menuId = this.selectSarMenu.id search.idlist = [] - search.sarType = 'INLAND' + search.standType = 'INLAND' if (flag === 1) { this.$confirm('确定移除该条标准?', '提示', { confirmButtonText: '确定', diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index e145d5c08..ee0c6fc78 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -3672,7 +3672,7 @@ export default { // 取最外层目录id search.menuId = this.selectSarMenu.id search.idlist = [] - search.sarType = 'FOREIGN' + search.standType = 'FOREIGN' if (flag === 1) { this.$confirm('确定移除该条标准?', '提示', { confirmButtonText: '确定',