Browse Source

居民搜索回退社区

v4.3.1_xiaowang_bug
mk 1 year ago
parent
commit
8cfb233153
  1. 7
      pages/resiAndHouse/resiAndHouse.js

7
pages/resiAndHouse/resiAndHouse.js

@ -279,8 +279,8 @@ Page({
}) })
}, },
onChangeJm(e) { onChangeJm(e) {
const { value, tabIndex, selectedOptions } = e.detail; console.log(e);
if (tabIndex > 0 ) { const { value, selectedOptions } = e.detail;
const level = selectedOptions[selectedOptions.length - 1].level; const level = selectedOptions[selectedOptions.length - 1].level;
const orgId = selectedOptions[selectedOptions.length - 1].id; const orgId = selectedOptions[selectedOptions.length - 1].id;
const cascaderName = selectedOptions.map(item=>item.label).join(''); const cascaderName = selectedOptions.map(item=>item.label).join('');
@ -315,9 +315,8 @@ Page({
}) })
} }
}) })
}
this.getTableData()
this.getAllOrgCategoryCount() this.getAllOrgCategoryCount()
this.getTableData()
}, },
onFinishJm(e) { onFinishJm(e) {
this.setData({ this.setData({

Loading…
Cancel
Save