Commit 444c12cd authored by jingnan's avatar jingnan 👀

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

parent e684e88b
...@@ -91,7 +91,7 @@ export default { ...@@ -91,7 +91,7 @@ export default {
this.remoteFlag = false this.remoteFlag = false
const params = { const params = {
'pageFrom': 1, 'pageFrom': 1,
'pageSize': 10, 'pageSize': 30,
'searchItems': { 'searchItems': {
'items': [ 'items': [
{ {
......
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
this.tableColumnSelect = true this.tableColumnSelect = true
const params = { const params = {
'pageFrom': 1, 'pageFrom': 1,
'pageSize': 10, 'pageSize': 30,
'searchItems': { 'searchItems': {
'children': [ 'children': [
{ {
......
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
this.tableColumnSelect = true this.tableColumnSelect = true
const params = { const params = {
'pageFrom': 1, 'pageFrom': 1,
'pageSize': 10, 'pageSize': 30,
'searchItems': { 'searchItems': {
'children': [ '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