Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
fc3ae0ab
Commit
fc3ae0ab
authored
Jan 31, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集团详情-土地交易
parent
e1d64660
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
export-dialog.vue
dsk-operate-ui/src/views/component/export-dialog.vue
+3
-1
landtransaction.vue
...c/views/detail/groupAccount/component/landtransaction.vue
+3
-4
No files found.
dsk-operate-ui/src/views/component/export-dialog.vue
View file @
fc3ae0ab
...
...
@@ -93,7 +93,9 @@ export default {
},
methods
:
{
handleEXCEL
(){
this
.
loading
=
true
;
if
(
value
<=
2000
){
this
.
loading
=
true
;
}
this
.
$nextTick
(()
=>
{
this
.
$emit
(
'clickEXCEL'
,
this
.
value
,
this
.
title
)
})
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/landtransaction.vue
View file @
fc3ae0ab
...
...
@@ -249,10 +249,11 @@
params
.
forEach
(
item
=>
{
arr
[
item
.
fieldName
]
=
item
.
value
})
this
.
queryParams
.
pageNum
=
1
this
.
paramsData
=
{}
}
else
{
arr
=
params
}
this
.
paramsData
=
{}
if
(
arr
){
if
(
arr
.
area
){
let
area
=
[]
...
...
@@ -358,10 +359,8 @@
},
//分页
handleCurrentChange
(
e
){
let
params
=
this
.
formParams
()
params
.
pageNum
=
e
this
.
queryParams
.
pageNum
=
e
this
.
handleSearch
(
params
,
1
)
this
.
handleSearch
(
this
.
paramsData
,
1
)
this
.
$emit
(
'handle-scroll'
)
},
getUipIdByCid
(
companyId
){
...
...
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