mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-21 21:06:39 +08:00
菜单树检索不生效
This commit is contained in:
parent
5f16ab91d5
commit
fbd60b5881
@ -1,11 +1,11 @@
|
|||||||
<!--
|
<!--
|
||||||
* 菜单 表单 树形下拉框
|
* 菜单 表单 树形下拉框
|
||||||
*
|
*
|
||||||
* @Author: 1024创新实验室-主任:卓大
|
* @Author: 1024创新实验室-主任:卓大
|
||||||
* @Date: 2022-06-12 20:11:39
|
* @Date: 2022-06-12 20:11:39
|
||||||
* @Wechat: zhuda1024
|
* @Wechat: zhuda1024
|
||||||
* @Email: lab1024@163.com
|
* @Email: lab1024@163.com
|
||||||
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<a-tree-select
|
<a-tree-select
|
||||||
@ -18,6 +18,7 @@
|
|||||||
placeholder="请选择菜单"
|
placeholder="请选择菜单"
|
||||||
allow-clear
|
allow-clear
|
||||||
tree-default-expand-all
|
tree-default-expand-all
|
||||||
|
treeNodeFilterProp="menuName"
|
||||||
@change="treeSelectChange"
|
@change="treeSelectChange"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user