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