binxie
2023-06-26 8c8f51f10bb9e158cb8b89cb8d58e4ce7d467583
force-app/main/default/lwc/lexTopPage/lexTopPage.js
@@ -329,7 +329,6 @@
                    this.hasHos = result.hasHos;
                    this.product_Limit = result.product_Limit;
                    console.log('result==>' + JSON.stringify(result));
                    for (var i in this.pageRecords) {
                        this.pageRecords[i]["Name__c"] = this.pageRecords[i].Prod.Name__c;
                        this.pageRecords[i]["Category3__c"] = this.pageRecords[i].Prod.Category3__c;