Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yibao
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
tanjuanjuan
yibao
Commits
1f4f1017
Commit
1f4f1017
authored
Mar 13, 2025
by
英思-陈欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug: 数据格式修改
parent
2873f1ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
result.vue
src/pages/relationshipTransfer/result.vue
+4
-4
No files found.
src/pages/relationshipTransfer/result.vue
View file @
1f4f1017
<
template
>
<view
class=
"container"
>
<view
class=
"content"
v-
if=
"detail
"
>
<view
class=
"content"
v-
for=
"(detail, index) in list"
:key=
"index
"
>
<view
class=
"list"
>
<view
class=
"name list-item u-flex u-flex-between u-flex-items-center"
>
<text>
基本信息
</text>
...
...
@@ -170,7 +170,7 @@
return
{
getKeyValue
,
form
:
{}
as
any
,
detail
:
null
as
any
,
list
:
[]
as
any
,
}
},
onLoad
(
options
:
any
)
{
...
...
@@ -181,8 +181,8 @@
methods
:
{
getDetail
()
{
Api
.
foo
.
transferInformation
(
this
.
form
).
then
((
res
)
=>
{
if
(
res
)
{
this
.
detail
=
res
;
if
(
res
&&
res
.
length
)
{
this
.
list
=
res
;
}
else
{
xma
.
showModal
({
title
:
'暂无数据'
,
...
...
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