|
|
@@ -350,10 +350,6 @@ export default { |
|
|
|
this.$message.warning("您已经被禁用"); |
|
|
|
return; |
|
|
|
} |
|
|
|
// if(item.residueTime<=0){ |
|
|
|
// this.$message.warning('您已过期') |
|
|
|
// return |
|
|
|
// } |
|
|
|
if (this.flag == 1) { |
|
|
|
localStorage.setItem("agentId", item.id); |
|
|
|
localStorage.setItem("orgCode", ""); |
|
|
@@ -375,6 +371,7 @@ export default { |
|
|
|
} |
|
|
|
this.$router.push({ path: "/wel" }); |
|
|
|
localStorage.setItem("allClose", true); |
|
|
|
this.$db.deleteDB('EquipmentStateFiltter') |
|
|
|
}, |
|
|
|
addLoginCount(houseId) { |
|
|
|
this.$api.api |
|
|
|