FUYU
2023-12-13 4488f711dbc01a8db6753907cae2ef4021dede68
force-app/main/default/lwc/lexTopPage/lexTopPage.js
@@ -650,7 +650,6 @@
    editProductLimit(event) {
        //add by Wang Xueqin 2023/05/05
        //let url =
<<<<<<< HEAD
        // '/LexProductLimitEdit?accountid=' +
        // this.accountId +
        // '&userPro_Type=' +
@@ -660,13 +659,6 @@
            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;
>>>>>>> LEXCommunityLiJun
        const config = {
            type: 'standard__webPage',
            attributes: {
@@ -805,8 +797,4 @@
    get nextButtonDisabled() {
        return this.nextPageToken === undefined;
    }
<<<<<<< HEAD
}
=======
}
>>>>>>> LEXCommunityLiJun