优化代码

This commit is contained in:
zhuoda
2023-04-06 22:53:48 +08:00
parent e2c79dc4d3
commit 26e4da2b77
23 changed files with 272 additions and 108 deletions
@@ -1,11 +1,11 @@
<!--
* 菜单 表单 树形下拉框
*
* @Author: 1024创新实验室-主任卓大
* @Date: 2022-06-12 20:11:39
* @Wechat: zhuda1024
* @Email: lab1024@163.com
* @Copyright 1024创新实验室 https://1024lab.net ),Since 2012
*
* @Author: 1024创新实验室-主任卓大
* @Date: 2022-06-12 20:11:39
* @Wechat: zhuda1024
* @Email: lab1024@163.com
* @Copyright 1024创新实验室 https://1024lab.net ),Since 2012
-->
<template>
<a-tree-select
@@ -18,6 +18,7 @@
placeholder="请选择菜单"
allow-clear
tree-default-expand-all
treeNodeFilterProp="menuName"
@change="treeSelectChange"
/>
</template>