|
@@ -390,6 +390,8 @@ export default {
|
|
|
// 弹窗组件内传入floorInfo,使用其楼层id
|
|
|
this.floorInfo.gname && (data.floorId = this.floorInfo.gname)
|
|
|
queryStatis({ data, postParams }).then(res => {
|
|
|
+ this.$store.commit('SETPLANNUM', '')
|
|
|
+ this.$store.commit('SETTYPENUM', '')
|
|
|
this.loading = false
|
|
|
let viewTable = []
|
|
|
viewTable = res.data.Data ? res.data.Data : []
|