Commit 31b2987b authored by 周远喜's avatar 周远喜

登陆bug处理

parent c104f68f
......@@ -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;
},
......
This diff is collapsed.
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment