<!-- 
 | 
 * @Author: Thhto 997058689@qq.com 
 | 
 * @Date: 2022-09-01 10:15:31 
 | 
 * @LastEditors: Thhto 997058689@qq.com 
 | 
 * @LastEditTime: 2022-09-01 16:01:28 
 | 
 * @FilePath: \ceshihuanj\force-app\main\default\lwc\testCheckGroup\testCheckGroup.html 
 | 
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE 
 | 
--> 
 | 
<template> 
 | 
    <c-jz-table data-parent-id="table1" selecttitle={selecttitle} notselecttitle={notselecttitle} selectdata={selectdata} isselectedtable={isselectedtable} optionsdata={optionsdata} notselectdata={notselectdata} ondatachange={datachange} onselectedchange={selectedchange}> </c-jz-table> 
 | 
     
 | 
    <button class="slds-button slds-button_brand" onclick={onChange}>ChangeData1</button> 
 | 
   
 | 
   
 | 
    <c-jz-table data-parent-id="table2" selecttitle={selecttitle2} notselecttitle={notselecttitle2} selectdata={selectdata2} isselectedtable={isselectedtable2} optionsdata={optionsdata2} notselectdata={notselectdata2} ondatachange={datachange2} onselectedchange={selectedchange2}> </c-jz-table> 
 | 
     
 | 
    <button class="slds-button slds-button_brand" onclick={onChange2}>ChangeData2</button> 
 | 
    <!-- 调用checkgroup组件 start --> 
 | 
    <c-jz-checkbox-group2  checkboxgrouplabel={checkboxgroupLabel2} checkboxgroupoption={checkboxgroupoption} checkboxgroupvaluelist={checkboxgroupvaluelist} onchangefunction={onchangefunction} checkboxgroupstyle={checkboxgroupstyle}></c-jz-checkbox-group2> 
 | 
    <!-- 调用checkgroup组件 end --> 
 | 
</template> 
 |