From df5aa8087c2c7328dc4188f05d762c8df1f0b07a Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 18 七月 2023 09:19:12 +0800 Subject: [PATCH] changeorg --- force-app/main/default/lwc/lexTopPage/lexTopPage.js | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/force-app/main/default/lwc/lexTopPage/lexTopPage.js b/force-app/main/default/lwc/lexTopPage/lexTopPage.js index 7ecdcc9..88ffbbb 100644 --- a/force-app/main/default/lwc/lexTopPage/lexTopPage.js +++ b/force-app/main/default/lwc/lexTopPage/lexTopPage.js @@ -650,11 +650,15 @@ 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: { @@ -793,4 +797,4 @@ get nextButtonDisabled() { return this.nextPageToken === undefined; } -} \ No newline at end of file +} -- Gitblit v1.9.1