Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
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
0
Merge Requests
0
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
pc
Commits
59376f5f
Commit
59376f5f
authored
Dec 18, 2020
by
程卓
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into xuhui
parents
36a7cd1f
32cf463c
Hide 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 @
59376f5f
...
@@ -239,7 +239,8 @@ export default {
...
@@ -239,7 +239,8 @@ export default {
await
this
.
$ajax
.
get
({
await
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_TBLS_KEYS
,
url
:
this
.
$api
.
GET_TBLS_KEYS
,
params
:
{
params
:
{
tbl
:
this
.
tbl
tbl
:
this
.
tbl
,
pageSize
:
10000
}
}
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
...
...
src/views/houseData/basicView.vue
View file @
59376f5f
...
@@ -728,7 +728,7 @@ export default {
...
@@ -728,7 +728,7 @@ export default {
getExt
(){
getExt
(){
this
.
$ajax
.
get
({
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_TBLS_KEYS
,
url
:
this
.
$api
.
GET_TBLS_KEYS
,
params
:
{
tbl
:
'tbl_community'
,
pageSize
:
1000
}
params
:
{
tbl
:
'tbl_community'
,
pageSize
:
1000
0
}
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
//先获取全部的自定义字段列表
//先获取全部的自定义字段列表
...
...
src/views/houseData/propertyInfoView.vue
View file @
59376f5f
...
@@ -914,7 +914,10 @@ export default {
...
@@ -914,7 +914,10 @@ export default {
getExt
(){
getExt
(){
this
.
$ajax
.
get
({
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_TBLS_KEYS
,
url
:
this
.
$api
.
GET_TBLS_KEYS
,
params
:
{
tbl
:
this
.
tbl
}
params
:
{
tbl
:
this
.
tbl
,
pageSize
:
10000
}
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
//先获取全部的自定义字段列表
//先获取全部的自定义字段列表
...
...
src/views/houseData/tbls.vue
View file @
59376f5f
...
@@ -278,7 +278,7 @@ export default {
...
@@ -278,7 +278,7 @@ export default {
url
:
this
.
$api
.
GET_TBLS_KEYS
,
url
:
this
.
$api
.
GET_TBLS_KEYS
,
params
:
{
params
:
{
tbl
:
params
,
tbl
:
params
,
pageSize
:
this
.
pagination
.
pageSize
,
pageSize
:
10000
,
pageNo
:
this
.
pagination
.
current
pageNo
:
this
.
pagination
.
current
},
},
}).
then
(
res
=>
{
}).
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