BUG 28193
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user