BUG 28225
This commit is contained in:
@@ -123,8 +123,8 @@ export default {
|
|||||||
this.getUserList()
|
this.getUserList()
|
||||||
},
|
},
|
||||||
handleGridSelect(e) {
|
handleGridSelect(e) {
|
||||||
this.gridName = e.girdName
|
this.gridName = e?.[0]?.girdName
|
||||||
this.search.girdId = e.id
|
this.search.girdId = e?.[0]?.id
|
||||||
this.getDatas()
|
this.getDatas()
|
||||||
},
|
},
|
||||||
areaSelect(e) {
|
areaSelect(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user