2 次代码提交 f00fd3e426 ... ea9df2cbe7

作者 SHA1 备注 提交日期
  guoxiaohuan ea9df2cbe7 Merge branch 'develop' of git.sagacloud.cn:web/wanda-bm-guide into develop 4 年之前
  guoxiaohuan 0a4ee1ae83 update 4 年之前
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/Legend/src/legend.vue

+ 3 - 3
src/components/Legend/src/legend.vue

@@ -294,7 +294,7 @@ export default {
             }
             let data = {}
             queryRead({ data, postParams }).then((res) => {
-                this.$store.commit('SETREMARKSTEXT', '')
+                // this.$store.commit('SETREMARKSTEXT', '')
                 if (res.data) {
                     let Res = res.data.Data && res.data.Data[0] ? res.data.Data[0].Note : ''
                     if (Res) {
@@ -402,7 +402,7 @@ export default {
             // 弹窗组件内传入floorInfo,使用其楼层id
             this.floorInfo.gname && (data.floorId = this.floorInfo.gname)
             queryStatis({ data, postParams }).then((res) => {
-                this.$store.commit('SETREMARKSTEXT', '')
+                // this.$store.commit('SETREMARKSTEXT', '')
                 this.$store.commit('SETPLANNUM', '')
                 this.loading = false
                 let viewTable = []
@@ -538,7 +538,7 @@ export default {
             // 备注
             bus.$off('queryRemarksMethods')
             bus.$on('queryRemarksMethods', (res) => {
-                this.$store.commit('SETREMARKSTEXT', '')
+                // this.$store.commit('SETREMARKSTEXT', '')
                 if (res) {
                     this.$store.commit('SETREMARKSTEXT', res)
                 } else {