提交 95e38d06 authored 作者: huhuiqing's avatar huhuiqing

实体地图显示前五

上级 ec7ea038
...@@ -1171,6 +1171,7 @@ const handlePubTimeChange = (id, checked) => { ...@@ -1171,6 +1171,7 @@ const handlePubTimeChange = (id, checked) => {
activePubTime.value = selectedIds; activePubTime.value = selectedIds;
} }
} }
}; };
...@@ -1243,7 +1244,7 @@ const handleGetDecreeOrderList = async () => { ...@@ -1243,7 +1244,7 @@ const handleGetDecreeOrderList = async () => {
p2 = selectedPubTimeIds.join(","); p2 = selectedPubTimeIds.join(",");
} }
// 其他情况(包含all、长度为0、全部选中)p2保持为空,即不传years // 其他情况(包含all、长度为0、全部选中)p2保持为空,即不传years
console.log(activePubTime.value, 'activePubTime.value')
const params = { const params = {
currentPage: 0, currentPage: 0,
pageSize: 999999, pageSize: 999999,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论