buli
2023-07-14 36d15f189de2e83ce2576715dac30c3c260388dd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<<<<<<< HEAD
import { LightningElement, track, api } from 'lwc';
=======
import { LightningElement,track,api } from 'lwc';
>>>>>>> LEXCommunityLiJun
 
export default class CustomMydrComp extends LightningElement {
    @api recordId;
    @api isCheckedMyDr;
 
<<<<<<< HEAD
    connectedCallback() {
=======
    connectedCallback(){
>>>>>>> LEXCommunityLiJun
        console.log('this.recordId = ' + this.recordId);
        console.log('this.isCheckedMyDr = ' + this.isCheckedMyDr);
    }
 
<<<<<<< HEAD
    dataChange(event) {
        this.isCheckedMyDr = event.target.checked;
        console.log('this.isCheckedMyDr = ' + this.isCheckedMyDr);
    }
}
=======
    dataChange(event){
        this.isCheckedMyDr = event.target.checked;
        console.log('this.isCheckedMyDr = ' + this.isCheckedMyDr);
    }
}
>>>>>>> LEXCommunityLiJun