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
9eb81d36
Commit
9eb81d36
authored
Apr 12, 2023
by
zhangmengjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
23.4.12
parent
7771ff31
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/views/orderform/components/modify.vue
+4
-4
No files found.
src/views/orderform/components/modify.vue
View file @
9eb81d36
...
@@ -114,18 +114,18 @@ export default {
...
@@ -114,18 +114,18 @@ export default {
particularsGET
({
id
:
val
}).
then
((
res
)
=>
{
particularsGET
({
id
:
val
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
if
(
res
.
data
.
videoList
!=
null
)
{
if
(
res
.
data
.
videoList
&&
res
.
data
.
videoList
.
length
)
{
self
.
video
=
res
.
data
.
videoList
[
0
].
url
self
.
video
=
res
.
data
.
videoList
[
0
].
url
console
.
log
(
self
.
particulars
.
video
,
'self.particulars.video'
)
console
.
log
(
self
.
particulars
.
video
,
'self.particulars.video'
)
}
else
{
}
else
{
self
.
particulars
.
video
=
''
self
.
video
=
''
}
}
if
(
res
.
data
.
voiceList
!=
null
)
{
if
(
res
.
data
.
voiceList
&&
res
.
data
.
voiceList
.
length
)
{
// this.idt = require(res.data.voiceList[0].url)
// this.idt = require(res.data.voiceList[0].url)
this
.
$refs
.
audio
.
src
=
res
.
data
.
voiceList
[
0
].
url
this
.
$refs
.
audio
.
src
=
res
.
data
.
voiceList
[
0
].
url
// self.idt =
// self.idt =
}
else
{
}
else
{
self
.
idt
=
''
this
.
$refs
.
audio
.
src
=
''
}
}
if
(
res
.
data
.
repairTime
!=
null
)
{
if
(
res
.
data
.
repairTime
!=
null
)
{
res
.
data
.
repairTime
=
res
.
data
.
repairTime
.
slice
(
0
,
10
)
res
.
data
.
repairTime
=
res
.
data
.
repairTime
.
slice
(
0
,
10
)
...
...
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