force-app/main/default/classes/LexProductLimitEditController.cls
@@ -23,6 +23,8 @@ } @AuraEnabled public static ResponseBodyLWC init(String accountid,string userPro_Type) { System.debug('userPro_Type==>'+userPro_Type); System.debug('accountid==>'+accountid); ResponseBodyLWC res = new ResponseBodyLWC(); Map<String,object> data = new Map<String,object>(); res.entity = data;