diff --git a/src/views/iscs/iscsDesign/demonList.vue b/src/views/iscs/iscsDesign/demonList.vue index 09555b5ea..b6f341536 100644 --- a/src/views/iscs/iscsDesign/demonList.vue +++ b/src/views/iscs/iscsDesign/demonList.vue @@ -58,7 +58,7 @@ export default { mapPublishList: [], pageTreeMap: { '01': [], - '02': [ + '114': [ { // 牵引降压混合变电所主接线图 变电所接线图 降压变电所主接线图 解除网图 混合变电所主接线图 name: '电力监控系统', diff --git a/src/views/iscs/iscsDraw/icscComponents/text.vue b/src/views/iscs/iscsDraw/icscComponents/text.vue index d96a0bf8b..27a4339a9 100644 --- a/src/views/iscs/iscsDraw/icscComponents/text.vue +++ b/src/views/iscs/iscsDraw/icscComponents/text.vue @@ -3,7 +3,7 @@ - + @@ -106,7 +106,10 @@ export default { computed:{ ...mapGetters('iscs', [ 'iscs' - ]) + ]), + iscsTextList() { + return this.iscs ? this.iscs.iscsTextList || [] : []; + } }, watch:{ '$store.state.iscs.rightClickCount': function (val) { @@ -141,7 +144,7 @@ export default { x: this.form.x, y: this.form.y }, - code: this.isUpdate ? this.form.code : getUID('IscsText', this.iscs.iscsTextList), + code: this.isUpdate ? this.form.code : getUID('IscsText', this.iscsTextList), _type: 'IscsText', context: this.form.context, unit: this.form.unit, diff --git a/src/views/iscs/iscsDraw/index.vue b/src/views/iscs/iscsDraw/index.vue index 737656dca..a4545b875 100644 --- a/src/views/iscs/iscsDraw/index.vue +++ b/src/views/iscs/iscsDraw/index.vue @@ -112,8 +112,7 @@ export default { handleSave(data) { const param = { graphData: data, - lineCode: this.$route.query.lineCode, - stationCode: '', + mapId: this.$route.query.mapId, system: this.$route.query.system, totalSystem: this.$route.query.mode, userInterface: this.$route.query.part diff --git a/src/views/iscs/iscsSystem/stationNav.vue b/src/views/iscs/iscsSystem/stationNav.vue index c915e0d48..eb77d9498 100644 --- a/src/views/iscs/iscsSystem/stationNav.vue +++ b/src/views/iscs/iscsSystem/stationNav.vue @@ -35,8 +35,8 @@
-
黄山主所
-
茶亭主所
+
主所1
+
主所2
@@ -328,7 +328,7 @@ export default { res.data.forEach(station => { if (!station.depot && station.visible) { const param = { - name: station.name.includes('站') ? station.name : `${station.name}站`, + name: station.runPlanName.includes('站') ? station.runPlanName : `${station.runPlanName}站`, id: station.code };