|
|
@ -279,7 +279,7 @@ export default { |
|
|
|
isHh: Setting.isHh, |
|
|
|
isHh: Setting.isHh, |
|
|
|
id: this.$route.query.id, |
|
|
|
id: this.$route.query.id, |
|
|
|
systemList: Setting.systemList, |
|
|
|
systemList: Setting.systemList, |
|
|
|
token: btoa(util.local.get(Setting.tokenKey)), |
|
|
|
token: util.local.get(Setting.tokenKey), |
|
|
|
userIdEd: this.userId, |
|
|
|
userIdEd: this.userId, |
|
|
|
systemId: this.$store.state.project.lastSystemId, |
|
|
|
systemId: this.$store.state.project.lastSystemId, |
|
|
|
isDetail: Boolean(this.$route.query.show), |
|
|
|
isDetail: Boolean(this.$route.query.show), |
|
|
|