LiJinHuan
2023-07-04 d117f4fc33bfdbbd698a46abc2bc6c4070d7c6ee
force-app/main/default/lwc/lexSelectProduct2CIC/lexSelectProduct2CIC.js
@@ -47,7 +47,6 @@
    // 新建CIC/产品   
    SelectProduct2CIC() {
        console.log(11111111);
        var pathnames = window.location.pathname.split("/");
        if (pathnames[1] == "emptyHtmlDoc.html") {
            window.open("/apex/SelectProduct2CIC?cicid=" + this.Id, "_parent");