Commit 444c12cd authored by jingnan's avatar jingnan 👀

远程搜索库位查询数据不全修改

parent e684e88b
......@@ -91,7 +91,7 @@ export default {
this.remoteFlag = false
const params = {
'pageFrom': 1,
'pageSize': 10,
'pageSize': 30,
'searchItems': {
'items': [
{
......
......@@ -77,7 +77,7 @@ export default {
this.tableColumnSelect = true
const params = {
'pageFrom': 1,
'pageSize': 10,
'pageSize': 30,
'searchItems': {
'children': [
{
......
......@@ -96,7 +96,7 @@ export default {
this.tableColumnSelect = true
const params = {
'pageFrom': 1,
'pageSize': 10,
'pageSize': 30,
'searchItems': {
'children': [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment