force-app/main/default/lwc/lexcopyQIS/lexcopyQIS.js
@@ -54,7 +54,7 @@ if (this.QISStatusC != '取消') { this.ShowToastEvent('状态为取消的QIS才可以被复制并新建', 'error'); return; } } var url = "/" + this.Id + "/e?newclone=1&retURL=%2F" + this.Id + " &CF00N100000073PA0=" + this.Name + "&CF00N100000073PA0_lkid=" + this.Id; window.open(url); }