BUG 28193

This commit is contained in:
aixianling
2022-03-22 10:07:58 +08:00
parent 8547db3693
commit f6b780e5fb

View File

@@ -3,21 +3,17 @@
<tree :checkList="checkList" :props="prop" @sendValue="(val)=>checkList = val" :multiple="multiple" :isCheck="true"
:rootId="rootId"/>
<div class="footer">
<scroll-view scroll-x class="scroll" style="width: 100%;">
</scroll-view>
<div class="btn" @click="confirm">确定选择</div>
<AiBack :visible="true" eventName="update:visible" :data="false" @click.native="confirm"></AiBack>
</div>
</div>
</template>
<script>
import tree from "./AiSelectEnterprise/tree";
import AiBack from "./AiBack";
export default {
name: "AiSelectEnterprise",
components: {tree, AiBack},
components: {tree},
props: {
value: {
type: Array,