This commit is contained in:
Daniel 2025-08-26 10:00:50 +08:00
parent ca9427cc82
commit 3182f7abb8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1236,6 +1236,7 @@ type AvSearchResult struct {
AvName string `json:"avName"`
ViewName string `json:"viewName"`
ViewID string `json:"viewID"`
ViewLayout av.LayoutType `json:"viewLayout"`
BlockID string `json:"blockID"`
HPath string `json:"hPath"`
Children []*AvSearchResult `json:"children,omitempty"`
@ -1396,6 +1397,7 @@ func SearchAttributeView(keyword string, excludeAvIDs []string) (ret []*AvSearch
AvName: existAv.AvName,
ViewName: view.Name,
ViewID: view.ID,
ViewLayout: view.LayoutType,
BlockID: blockID,
HPath: hPath,
}