Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
be25158c
Commit
be25158c
authored
Oct 14, 2020
by
骆瑛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
3760a310
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
175 additions
and
168 deletions
+175
-168
excute.vue
pages/aps/aps/components/excute.vue
+10
-1
index.vue
pages/aps/aps/index.vue
+0
-1
index.js
plugins/request/index.js
+165
-166
No files found.
pages/aps/aps/components/excute.vue
View file @
be25158c
...
...
@@ -132,6 +132,7 @@ export default {
width
:
140
,
hide
:
true
},
{
key
:
"plan_finish"
,
title
:
this
.
l
(
"plan_finish"
),
...
...
@@ -147,6 +148,14 @@ export default {
easy
:
true
,
high
:
true
},
{
key
:
"aaa"
,
title
:
'设备类型信息'
,
align
:
"left"
,
easy
:
true
,
high
:
true
,
// hide: true
},
{
key
:
"setup_time"
,
title
:
this
.
l
(
"setup_time"
),
...
...
pages/aps/aps/index.vue
View file @
be25158c
...
...
@@ -427,7 +427,6 @@ export default {
}
});
},
addOk
()
{
this
.
list
=
[];
this
.
loadList
();
...
...
plugins/request/index.js
View file @
be25158c
...
...
@@ -74,7 +74,7 @@ const service = axios.create({
return
fmt
;
}
Date
.
prototype
.
toJSON
=
function
()
{
Date
.
prototype
.
toJSON
=
function
()
{
return
dateFormat
(
this
,
'yyyy-MM-ddThh:mm:ss.SSSZ'
)
}
return
JSON
.
stringify
(
data
)
...
...
@@ -134,11 +134,10 @@ service.interceptors.response.use(
},
error
=>
{
const
token
=
sessionStorage
.
getItem
(
'token'
);
if
(
!
token
&&
!
error
.
response
)
{
if
(
!
token
&&
!
error
.
response
)
{
window
.
location
.
href
=
'/account/login'
;
return
;
}
if
(
error
&&
error
.
response
)
{
// return;
if
(
error
.
response
.
status
==
"401"
)
{
...
...
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