Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wbx-PCAndMobi
mobi
Commits
32cf463c
Commit
32cf463c
authored
Dec 18, 2020
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加自定义字段的接口的pagesize
parent
e252e6eb
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
tableAndMut.vue
src/views/components/tableAndMut.vue
+2
-1
basicView.vue
src/views/houseData/basicView.vue
+1
-1
propertyInfoView.vue
src/views/houseData/propertyInfoView.vue
+4
-1
tbls.vue
src/views/houseData/tbls.vue
+1
-1
No files found.
src/views/components/tableAndMut.vue
View file @
32cf463c
...
...
@@ -239,7 +239,8 @@ export default {
await
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_TBLS_KEYS
,
params
:
{
tbl
:
this
.
tbl
tbl
:
this
.
tbl
,
pageSize
:
10000
}
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
...
...
src/views/houseData/basicView.vue
View file @
32cf463c
...
...
@@ -728,7 +728,7 @@ export default {
getExt
(){
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_TBLS_KEYS
,
params
:
{
tbl
:
'tbl_community'
,
pageSize
:
1000
}
params
:
{
tbl
:
'tbl_community'
,
pageSize
:
1000
0
}
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
//先获取全部的自定义字段列表
...
...
src/views/houseData/propertyInfoView.vue
View file @
32cf463c
...
...
@@ -914,7 +914,10 @@ export default {
getExt
(){
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_TBLS_KEYS
,
params
:
{
tbl
:
this
.
tbl
}
params
:
{
tbl
:
this
.
tbl
,
pageSize
:
10000
}
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
//先获取全部的自定义字段列表
...
...
src/views/houseData/tbls.vue
View file @
32cf463c
...
...
@@ -278,7 +278,7 @@ export default {
url
:
this
.
$api
.
GET_TBLS_KEYS
,
params
:
{
tbl
:
params
,
pageSize
:
this
.
pagination
.
pageSize
,
pageSize
:
10000
,
pageNo
:
this
.
pagination
.
current
},
}).
then
(
res
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment