feat:点击菜单行默认回显父节点

This commit is contained in:
有来技术
2021-12-17 00:13:45 +08:00
parent 99f9017c5f
commit 67918cc3e5
3 changed files with 10 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
@keyup.enter.native="handleQuery"/>
</el-form-item>
<el-form-item>
<el-button :icon="Search" @click="handleQuery">搜索</el-button>
<el-button type="primary" :icon="Search" @click="handleQuery">搜索</el-button>
<el-button :icon="Refresh" @click="resetQuery">重置</el-button>
</el-form-item>
</el-form>