fix : 台账更新权限
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user