Commit 99dff8fd authored by 吕超's avatar 吕超

fix: 示范村筛选显示错误

parent a0043311
...@@ -116,8 +116,8 @@ export default { ...@@ -116,8 +116,8 @@ export default {
this.showFilter = true; this.showFilter = true;
// } // }
}, },
barClick(name) { barClick({ name }) {
const code = getCodeOfName(name.name); const code = getCodeOfName(name);
code && (this.statusValue = { key: code, value: name }); code && (this.statusValue = { key: code, value: name });
}, },
onAddressChange(item) { onAddressChange(item) {
......
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