[fix bug]树形组件 下拉框数据不全

This commit is contained in:
fengchenchen
2024-08-02 14:14:18 +08:00
parent 1f7fce5ddd
commit 5c71ee4225
@@ -233,7 +233,7 @@ export default {
dictId: this.dictId,
isTagDict: 1,
pageNo: 1,
pageSize: 10
pageSize: 1000
}
getDictTreeList(params).then(res => {
if (res.success) {