From 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 14:56:14 +0800 Subject: [PATCH] lex community --- force-app/main/default/lwc/lexTopPage/lexTopPage.js | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/force-app/main/default/lwc/lexTopPage/lexTopPage.js b/force-app/main/default/lwc/lexTopPage/lexTopPage.js index 88ffbbb..7ecdcc9 100644 --- a/force-app/main/default/lwc/lexTopPage/lexTopPage.js +++ b/force-app/main/default/lwc/lexTopPage/lexTopPage.js @@ -650,15 +650,11 @@ editProductLimit(event) { //add by Wang Xueqin 2023/05/05 //let url = - // '/LexProductLimitEdit?accountid=' + - // this.accountId + - // '&userPro_Type=' + - // this.userPro_Type; - let url = - '/lexproductlimitedit?accountid=' + - this.accountId + - '&userPro_Type=' + - this.userPro_Type; + // '/LexProductLimitEdit?accountid=' + + // this.accountId + + // '&userPro_Type=' + + // this.userPro_Type; + let url = "/lexproductlimitedit?accountid=" + this.accountId + "&userPro_Type=" + this.userPro_Type; const config = { type: 'standard__webPage', attributes: { @@ -797,4 +793,4 @@ get nextButtonDisabled() { return this.nextPageToken === undefined; } -} +} \ No newline at end of file -- Gitblit v1.9.1