|
@@ -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 {
|