BUG 28225
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user