修复网格选择

This commit is contained in:
2022-05-04 23:55:31 +08:00
parent b18a4ae0f5
commit 24ace97b27
3 changed files with 4 additions and 5 deletions

View File

@@ -168,7 +168,7 @@ export default {
methods: {
handleSelectGrid(v) {
this.form.girdName = v?.[0]?.girdName || ""
this.form.girdName = v?.girdName || ""
},
chooseAddress() {
uni.chooseLocation({