Commit e84ade34 authored by levante's avatar levante

tj

parent 8d43baf5
......@@ -514,25 +514,25 @@ export default {
this.pagination.pageNo = page
this.pagination.current = page
switch (this.tbl) {
case 'tbl_community':
this.getListSect(this.currentSeeId)
break
case 'tbl_community':
this.getListSect(this.currentSeeId)
break
case 'tbl_building':
this.getListMpz(this.currentSeeId)
break
case 'tbl_building':
this.getListMpz(this.currentSeeId)
break
case 'tbl_prop_company':
this.getListWy(this.currentSeeId)
break
case 'tbl_prop_company':
this.getListWy(this.currentSeeId)
break
case 'tbl_industry_council':
this.getListYwh(this.currentSeeId)
break
case 'tbl_industry_council':
this.getListYwh(this.currentSeeId)
break
default:
break
}
default:
break
}
},
showSizeChange(current, size) { //每页条数切换
this.pagination.pageNo = 1
......
......@@ -390,7 +390,7 @@ export default {
name: element.strName,
streetId: element.streetId
})
});
})
} else {
alert('接口发生错误!')
......@@ -438,7 +438,7 @@ export default {
* key => 业务属性二级可选值
*/
checkIfSelectOptionAppears(options, formValue, key) {
console.log(options, formValue, key);
console.log(options, formValue, key)
let findKey = options.find(item => (item.tblKey == key))
let pushSels = []
// 如果没找到
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment