|
@@ -176,7 +176,7 @@ export default {
|
|
user.enabled = !user.enabled;
|
|
user.enabled = !user.enabled;
|
|
},
|
|
},
|
|
toDetail(row) {
|
|
toDetail(row) {
|
|
- this.$ls.set("organizationId", row.id, this.GLOBAL.authTimeout);
|
|
|
|
|
|
+ this.$ls.set("organizationId", row.id);
|
|
this.$router.push({ name: "WorkManage" });
|
|
this.$router.push({ name: "WorkManage" });
|
|
},
|
|
},
|
|
toDelete(row) {
|
|
toDelete(row) {
|