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
31b2987b
Commit
31b2987b
authored
Jul 17, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登陆bug处理
parent
c104f68f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
175 additions
and
136 deletions
+175
-136
options.vue
pages/aps/aps/options.vue
+2
-1
index.js
plugins/request/index.js
+173
-134
account.js
store/admin/account.js
+0
-1
No files found.
pages/aps/aps/options.vue
View file @
31b2987b
...
...
@@ -354,7 +354,7 @@ export default {
opTaskPk
:
this
.
row
.
op_task_pk
,
taskSeq
:
this
.
row
.
task_seq
,
flog
:
0
,
//参数应用范围
calId
:
-
1
,
calId
:
parseInt
(
this
.
row
.
cal_id
)
,
planState
:
this
.
row
.
plan_method
==
"平行"
,
planMethod
:
this
.
row
.
plan_method
,
// 平行 重叠
over
:
this
.
row
.
over_time
==
"加班"
,
...
...
@@ -370,6 +370,7 @@ export default {
multipleEquipIds
:
""
,
//"设备id", 用英文逗号分隔
}
this
.
entity
=
entity
console
.
warn
(
"detail"
,
this
.
entity
,
this
.
row
);
}
this
.
entity
.
taskSeq
=
this
.
taskSeq
;
},
...
...
plugins/request/index.js
View file @
31b2987b
This diff is collapsed.
Click to expand it.
store/admin/account.js
View file @
31b2987b
...
...
@@ -37,7 +37,6 @@ export const actions = {
// token 代表用户当前登录状态 建议在网络请求中携带 token
// 如有必要 token 需要定时更新,默认保存一天,可在 setting.js 中修改
// 如果你的 token 不是通过 cookie 携带,而是普通字段,也可视情况存储在 localStorage
console
.
warn
(
res
);
if
(
res
.
result
)
{
util
.
cookies
.
set
(
'uuid'
,
res
.
result
.
userId
);
...
...
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