robocanic commented on code in PR #1460:
URL: https://github.com/apache/dubbo-admin/pull/1460#discussion_r3199446366


##########
pkg/console/service/service.go:
##########
@@ -126,7 +129,7 @@ func SearchServices(ctx consolectx.Context, req 
*model.ServiceSearchReq) (*model
 
 // SearchServicesByKeywords search services by keywords with prefix matching
 func SearchServicesByKeywords(ctx consolectx.Context, req 
*model.ServiceSearchReq) (*model.SearchPaginationResult, error) {
-       pageData, err := 
manager.PageListByIndexes[*meshresource.ServiceProviderMetadataResource](
+       pageData, err := 
manager.PageListByIndexes[*meshresource.ServiceResource](

Review Comment:
   这里没改掉,会导致服务列表页挂掉
   
   <img width="2433" height="1097" alt="Image" 
src="https://github.com/user-attachments/assets/6c65c2d9-cb16-44ff-82f1-58c800e13ff0";
 />



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to