Commit e84ade34 authored by levante's avatar levante

tj

parent 8d43baf5
...@@ -514,25 +514,25 @@ export default { ...@@ -514,25 +514,25 @@ export default {
this.pagination.pageNo = page this.pagination.pageNo = page
this.pagination.current = page this.pagination.current = page
switch (this.tbl) { switch (this.tbl) {
case 'tbl_community': case 'tbl_community':
this.getListSect(this.currentSeeId) this.getListSect(this.currentSeeId)
break break
case 'tbl_building': case 'tbl_building':
this.getListMpz(this.currentSeeId) this.getListMpz(this.currentSeeId)
break break
case 'tbl_prop_company': case 'tbl_prop_company':
this.getListWy(this.currentSeeId) this.getListWy(this.currentSeeId)
break break
case 'tbl_industry_council': case 'tbl_industry_council':
this.getListYwh(this.currentSeeId) this.getListYwh(this.currentSeeId)
break break
default: default:
break break
} }
}, },
showSizeChange(current, size) { //每页条数切换 showSizeChange(current, size) { //每页条数切换
this.pagination.pageNo = 1 this.pagination.pageNo = 1
......
...@@ -390,7 +390,7 @@ export default { ...@@ -390,7 +390,7 @@ export default {
name: element.strName, name: element.strName,
streetId: element.streetId streetId: element.streetId
}) })
}); })
} else { } else {
alert('接口发生错误!') alert('接口发生错误!')
...@@ -438,7 +438,7 @@ export default { ...@@ -438,7 +438,7 @@ export default {
* key => 业务属性二级可选值 * key => 业务属性二级可选值
*/ */
checkIfSelectOptionAppears(options, formValue, key) { checkIfSelectOptionAppears(options, formValue, key) {
console.log(options, formValue, key); console.log(options, formValue, key)
let findKey = options.find(item => (item.tblKey == key)) let findKey = options.find(item => (item.tblKey == key))
let pushSels = [] 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