yumenghui
2023-08-11 d533f39b6fa798e238810d17e928dee75d5b1af7
force-app/main/default/lwc/lexSoakupTeam/lexSoakupTeam.js
@@ -22,7 +22,7 @@
   }
    connectedCallback(){
        init({recordId:this.recordId}).then(res => {
            if (confirm(res.ConfirmSoakupHPDeptTeam)) {
            if (confirm(res.confirmSoakupHPDeptTeam)) {
                execute({deptClassId: res.id}).then(rep => {
                    if (rep != 'OK') {
                        this.showToast(rep,'error');