Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
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
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
罗超
bigwood
Commits
9d6d8b81
Commit
9d6d8b81
authored
Jan 18, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d057850d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
addEditVehicle.vue
src/pages/vehicle/addEditVehicle.vue
+1
-3
No files found.
src/pages/vehicle/addEditVehicle.vue
View file @
9d6d8b81
...
@@ -230,7 +230,6 @@ export default defineComponent({
...
@@ -230,7 +230,6 @@ export default defineComponent({
.
then
(
r
=>
{
.
then
(
r
=>
{
if
(
r
.
data
.
resultCode
==
ApiResult
.
SUCCESS
)
{
if
(
r
.
data
.
resultCode
==
ApiResult
.
SUCCESS
)
{
data
.
listvehicle
=
r
.
data
.
data
data
.
listvehicle
=
r
.
data
.
data
}
else
{
}
else
{
message
.
errorMsg
(
r
.
data
.
message
)
message
.
errorMsg
(
r
.
data
.
message
)
}
}
...
@@ -328,12 +327,11 @@ export default defineComponent({
...
@@ -328,12 +327,11 @@ export default defineComponent({
context
.
emit
(
'refresh'
)
context
.
emit
(
'refresh'
)
$router
.
push
({
path
:
'/vehicle/order'
})
$router
.
push
({
path
:
'/vehicle/order'
})
}
else
{
}
else
{
message
.
errorMsg
(
r
.
data
.
message
)
//
message.errorMsg(r.data.message)
}
}
})
})
.
catch
(
e
=>
{
.
catch
(
e
=>
{
message
.
errorMsg
(
e
.
message
)
message
.
errorMsg
(
e
.
message
)
data
.
loading
=
false
})
})
},
},
...
...
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