[fix bug]树形组件 下拉框数据不全
This commit is contained in:
@@ -233,7 +233,7 @@ export default {
|
||||
dictId: this.dictId,
|
||||
isTagDict: 1,
|
||||
pageNo: 1,
|
||||
pageSize: 10
|
||||
pageSize: 1000
|
||||
}
|
||||
getDictTreeList(params).then(res => {
|
||||
if (res.success) {
|
||||
|
||||
Reference in New Issue
Block a user