Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6027a14b
authored
2023-01-16 11:19:53 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:不动产数据
1 parent
20c66331
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
src/views/business-info/dyaq/index.vue
src/views/business-info/gzwsyq/index.vue
src/views/business-info/dyaq/index.vue
View file @
6027a14
...
...
@@ -29,7 +29,7 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:heightNum=
"300"
:current-page
.
sync=
"pageData.current"
<lb-table
:page-size=
"pageData.size"
:heightNum=
"300"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total"
@
selection-change=
"handleSelectionChange"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
@@ -59,7 +59,6 @@ export default {
},
data
()
{
return
{
loading
:
false
,
form
:
{
YWH
:
''
,
BDCDYH
:
''
,
...
...
@@ -120,7 +119,6 @@ export default {
},
async
featchData
()
{
try
{
this
.
loading
=
true
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfQlDyaqList
(
this
.
form
)
this
.
tableData
.
data
=
list
;
...
...
@@ -133,7 +131,6 @@ export default {
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
}
this
.
loading
=
false
},
handlDatadetails
(
index
,
row
)
{
},
...
...
src/views/business-info/gzwsyq/index.vue
View file @
6027a14
...
...
@@ -38,9 +38,9 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
"
:total=
"pageData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange
"
:
column=
"tableData.columns"
:
data=
"tableData.data"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total
"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns
"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
...
...
@@ -68,7 +68,6 @@ export default {
},
data
()
{
return
{
loading
:
false
,
form
:
{
YWH
:
''
,
QLLX
:
''
,
...
...
@@ -131,7 +130,6 @@ export default {
},
async
featchData
()
{
try
{
this
.
loading
=
true
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQltQlGjzwsyqList
(
this
.
form
)
...
...
@@ -145,7 +143,6 @@ export default {
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
}
this
.
loading
=
false
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
...
...
Please
register
or
sign in
to post a comment