diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index e7402b426..ff5ee884d 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -3193,7 +3193,10 @@ export default { } } - this.getDomesticStandardTable(this.tableFlag) + // this.getDomesticStandardTable(this.tableFlag) + //搜索后排序,应该以被搜索后的数据排序 + this.getDomesticStandardTable(this.standCommonlySearch) + }, // 修改成表格样式后,选择项勾选改变 standSelectChange(data) {