@@ -287,7 +287,7 @@ export default {
}
//下拉筛选
if (this.floor && this.floor != 1) {
- postParams.gcname = this.floor
+ postParams.gname = this.floor
if (this.sbglgs && this.sbglgs != 1) {
postParams.sbglgs = this.sbglgs
@@ -149,7 +149,7 @@ export default {
//下拉
//输入框搜索
data.keyword = ''
@@ -155,7 +155,7 @@ export default {