Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
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
中通客车项目
zhongtong-avi-web
Commits
ee3a7114
Commit
ee3a7114
authored
Dec 10, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fea(avi 详情): 查询车体定位接口传参错误
parent
30b612f0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
ComplexionPaint.vue
src/views/Monitor/components/ComplexionPaint.vue
+1
-1
Electrophoresis.vue
src/views/Monitor/components/Electrophoresis.vue
+1
-1
FinishedCar.vue
src/views/Monitor/components/FinishedCar.vue
+1
-1
MiddleCoat.vue
src/views/Monitor/components/MiddleCoat.vue
+1
-1
Putty.vue
src/views/Monitor/components/Putty.vue
+1
-1
SheetMetalCar.vue
src/views/Monitor/components/SheetMetalCar.vue
+1
-1
No files found.
src/views/Monitor/components/ComplexionPaint.vue
View file @
ee3a7114
...
...
@@ -725,7 +725,7 @@ export default {
getCarPostion
()
{
let
queryParams
=
{
orderNo
:
this
.
orderNo
,
workOrderNo
:
this
.
workOrderNo
}
// 请求接口
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
{
queryParams
}
).
then
(
res
=>
{
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
queryParams
).
then
(
res
=>
{
this
.
carPostionInfo
=
_
.
cloneDeep
(
res
)
})
},
...
...
src/views/Monitor/components/Electrophoresis.vue
View file @
ee3a7114
...
...
@@ -530,7 +530,7 @@ export default {
getCarPostion
()
{
let
queryParams
=
{
orderNo
:
this
.
orderNo
,
workOrderNo
:
this
.
workOrderNo
}
// 请求接口
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
{
queryParams
}
).
then
(
res
=>
{
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
queryParams
).
then
(
res
=>
{
this
.
carPostionInfo
=
_
.
cloneDeep
(
res
)
})
},
...
...
src/views/Monitor/components/FinishedCar.vue
View file @
ee3a7114
...
...
@@ -230,7 +230,7 @@ export default {
getCarPostion
()
{
let
queryParams
=
{
orderNo
:
this
.
orderNo
,
workOrderNo
:
this
.
workOrderNo
}
// 请求接口
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
{
queryParams
}
).
then
(
res
=>
{
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
queryParams
).
then
(
res
=>
{
this
.
carPostionInfo
=
_
.
cloneDeep
(
res
)
})
},
...
...
src/views/Monitor/components/MiddleCoat.vue
View file @
ee3a7114
...
...
@@ -279,7 +279,7 @@ export default {
getCarPostion
()
{
let
queryParams
=
{
orderNo
:
this
.
orderNo
,
workOrderNo
:
this
.
workOrderNo
}
// 请求接口
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
{
queryParams
}
).
then
(
res
=>
{
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
queryParams
).
then
(
res
=>
{
this
.
carPostionInfo
=
_
.
cloneDeep
(
res
)
})
},
...
...
src/views/Monitor/components/Putty.vue
View file @
ee3a7114
...
...
@@ -305,7 +305,7 @@ export default {
getCarPostion
()
{
let
queryParams
=
{
orderNo
:
this
.
orderNo
,
workOrderNo
:
this
.
workOrderNo
}
// 请求接口
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
{
queryParams
}
).
then
(
res
=>
{
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
queryParams
).
then
(
res
=>
{
this
.
carPostionInfo
=
_
.
cloneDeep
(
res
)
})
},
...
...
src/views/Monitor/components/SheetMetalCar.vue
View file @
ee3a7114
...
...
@@ -383,7 +383,7 @@ export default {
getCarPostion
()
{
let
queryParams
=
{
orderNo
:
this
.
orderNo
,
workOrderNo
:
this
.
workOrderNo
}
// 请求接口
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
{
queryParams
}
).
then
(
res
=>
{
this
.
$fetch
(
'area-controller/workOrderNo-get'
,
queryParams
).
then
(
res
=>
{
this
.
carPostionInfo
=
_
.
cloneDeep
(
res
)
})
},
...
...
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