Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xinrenli-admin
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑云飞
xinrenli-admin
Commits
b232e4cf
Commit
b232e4cf
authored
Apr 13, 2023
by
zhangmengjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
23.4.13
parent
84f8632e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/views/orderform/components/modify.vue
+3
-2
No files found.
src/views/orderform/components/modify.vue
View file @
b232e4cf
...
...
@@ -130,15 +130,16 @@ export default {
}
else
{
this
.
$refs
.
audio
.
src
=
''
}
self
.
particulars
=
res
.
data
if
(
res
.
data
.
repairTime
!=
null
)
{
res
.
data
.
repairTime
=
res
.
data
.
repairTime
.
slice
(
0
,
10
)
}
self
.
particulars
=
res
.
data
self
.
srcList
=
[]
self
.
particulars
.
pictureList
.
forEach
((
item
)
=>
{
self
.
srcList
.
push
(
item
.
url
)
})
})
console
.
log
(
this
.
id
t
,
'itd==========='
)
console
.
log
(
self
.
particulars
,
self
.
srcLis
t
,
'itd==========='
)
}
})
},
...
...
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