BUG 28225

This commit is contained in:
aixianling
2022-03-15 16:20:05 +08:00
parent fb6d76188d
commit b84577f809

View File

@@ -123,8 +123,8 @@ export default {
this.getUserList()
},
handleGridSelect(e) {
this.gridName = e.girdName
this.search.girdId = e.id
this.gridName = e?.[0]?.girdName
this.search.girdId = e?.[0]?.id
this.getDatas()
},
areaSelect(e) {