Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
00ad520c
Commit
00ad520c
authored
Jan 16, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
b40a7b05
Pipeline
#4643
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
add-car.vue
src/pages/contractStart/add-car.vue
+5
-7
No files found.
src/pages/contractStart/add-car.vue
View file @
00ad520c
...
...
@@ -539,13 +539,13 @@ export default {
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
code
===
'00
'
)
{
if
(
res
.
result
===
'S
'
)
{
vm
.
hlsPopup
.
showSuccess
(
'保存成功'
)
vm
.
getEquipment
()
setTimeout
(()
=>
{
vm
.
downNum
=
false
},
2000
)
vm
.
savePicture
()
// setTimeout(() => {
// vm.downNum = false
// vm.getEquipment()
// }, 2000)
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
@@ -566,8 +566,6 @@ export default {
}
list
.
push
(
obj
)
vm
.
save_picture
(
list
)
vm
.
downNum
=
false
vm
.
getEquipment
()
},
isSave
()
{
this
.
hlsPopup
.
showConfirm
({
...
...
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