LiJinHuan
2023-07-06 5e3df29116b9fd1ea3efc6eab15d4b9fea272243
force-app/main/default/lwc/lexSelectProduct2CIC/lexSelectProduct2CIC.js
@@ -37,7 +37,7 @@
                this.IsLoading = false;
                this.Id = result.Id;
                this.QuarterlyReport();
                this.SelectProduct2CIC();
                this.dispatchEvent(new CloseActionScreenEvent());
            }
        }).catch(error => {
@@ -47,7 +47,7 @@
    // 新建CIC/产品   
    SelectProduct2CIC() {
        var pathnames = window.self.location.pathname.split('/');
        var pathnames = window.location.pathname.split("/");
        if (pathnames[1] == "emptyHtmlDoc.html") {
            window.open("/apex/SelectProduct2CIC?cicid=" + this.Id, "_parent");
        } else {