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
43d519ac
Commit
43d519ac
authored
Feb 01, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集团详情-土地交易
parent
abb1a6d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
landtransaction.vue
...c/views/detail/groupAccount/component/landtransaction.vue
+7
-11
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/landtransaction.vue
View file @
43d519ac
...
@@ -222,17 +222,17 @@
...
@@ -222,17 +222,17 @@
})
})
this
.
queryParams
.
pageNum
=
1
this
.
queryParams
.
pageNum
=
1
this
.
paramsData
=
{}
this
.
paramsData
=
{}
if
(
arr
.
area
){
let
area
=
[]
arr
.
area
.
forEach
(
item
=>
{
area
.
push
(
item
[
item
.
length
-
1
])
})
this
.
paramsData
.
area
=
area
.
toString
()
}
}
else
{
}
else
{
arr
=
params
arr
=
params
}
}
if
(
arr
){
if
(
arr
){
if
(
arr
.
area
){
let
area
=
[]
arr
.
area
.
forEach
(
item
=>
{
area
.
push
(
item
[
item
.
length
-
1
])
})
this
.
paramsData
.
area
=
area
.
toString
()
}
this
.
paramsData
.
landUse
=
arr
.
landUse
?
arr
.
landUse
.
toString
():
''
this
.
paramsData
.
landUse
=
arr
.
landUse
?
arr
.
landUse
.
toString
():
''
this
.
paramsData
.
supplyLandWay
=
arr
.
supplyLandWay
?
arr
.
supplyLandWay
.
toString
():
''
this
.
paramsData
.
supplyLandWay
=
arr
.
supplyLandWay
?
arr
.
supplyLandWay
.
toString
():
''
if
(
arr
.
StockPercent
)
{
if
(
arr
.
StockPercent
)
{
...
@@ -274,10 +274,6 @@
...
@@ -274,10 +274,6 @@
this
.
tableLoading
=
false
this
.
tableLoading
=
false
if
(
res
.
code
===
200
){
if
(
res
.
code
===
200
){
this
.
tableData
=
res
.
data
.
list
this
.
tableData
=
res
.
data
.
list
this
.
tableData
.
forEach
(
item
=>
{
item
.
Names
=
item
.
companyName
.
replace
(
new
RegExp
(
"<font color='#FF204E'>"
,
'g'
),
''
);
item
.
Names
=
item
.
Names
.
replace
(
new
RegExp
(
"</font>"
,
'g'
),
''
);
})
this
.
tableDataTotal
=
res
.
data
.
total
this
.
tableDataTotal
=
res
.
data
.
total
}
else
{
}
else
{
this
.
tableData
=
[]
this
.
tableData
=
[]
...
...
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