fix : 台账更新权限

This commit is contained in:
2024-07-13 17:41:37 +08:00
parent 3c12bafa59
commit 925a8045f4
4 changed files with 9 additions and 11 deletions

View File

@@ -13,10 +13,10 @@
@click.stop="handleDeleteType" :disabled="disabledDelete" plain>删除
</el-button>
</div>
<el-form :model="queryType">
<el-form :model="queryType" @submit.prevent="getTreeList">
<el-form-item prop="dictName">
<el-input v-model="queryType.dictName" placeholder="请输入字典类型" :suffix-icon="Search"
clearable @clear="getTreeList" @input="getTreeList"></el-input>
clearable @clear="getTreeList" title="请按回车或enter键进行搜索"></el-input>
</el-form-item>
</el-form>
<div class="scrollbar-dict">