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