zhangchunxu
2023-08-02 be8dc1e5c21fccf84cf25497d55e5261e93fbb35
force-app/main/default/lwc/lexESignAcceptanceFranchiser/lexESignAcceptanceFranchiser.js
@@ -2,7 +2,7 @@
 * @Author: zhangchunxu
 * @Date: 2023-06-27 16:51:15
 * @LastEditors: zhangchunxu
 * @LastEditTime: 2023-08-01 19:46:48
 * @LastEditTime: 2023-08-02 16:56:55
 * 
 */
import { LightningElement,wire,track,api} from 'lwc';
@@ -86,7 +86,7 @@
                return;
            }else{
                window.open ('/apex/AgencyConfirmPage?id='+this.recordId, '经销商确认',
                'height=440, width=1200, top=170, left=70, toolbar=no, menubar=no, scrollbars=no, location=no, status=no');
                'height=440, width=1260, top=170, left=40, toolbar=no, menubar=no, scrollbars=no, location=no, status=no');
                this.dispatchEvent(new CloseActionScreenEvent());
            }
        }