This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_WEBFRONT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
订单-追溯调整
langfang-develop
liwei
3 years ago
parent
612e759603
commit
38252a9f49
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/utils/request.js
+5
-1
src/views/productplan/workbench/order/index.vue
+ 1
- 0
src/utils/request.js
View File
@ -78,6 +78,7 @@ service.interceptors.response.use(
type
:
'error'
,
duration
:
3
*
1000
}
)
return
Promise
.
reject
(
'error'
)
}
else
if
(
code
!==
200
)
{
Notification
.
error
(
{
title
:
response
.
data
.
msg
+ 5
- 1
src/views/productplan/workbench/order/index.vue
View File
@ -569,7 +569,11 @@ export default {
this
.
total
=
response
.
data
.
count
this
.
loading
=
false
}
)
)
.
catch
(
(
)
=>
{
this
.
dataList
=
[
]
this
.
total
=
0
this
.
loading
=
false
}
)
}
,
/
/
订
单
类
型
字
段
转
换
Write
Preview
Loading…
Cancel
Save