This commit is contained in:
yanran200730
2022-03-22 17:51:53 +08:00
parent 1b290214f6
commit 1ddf31185c
7 changed files with 10 additions and 6 deletions

View File

@@ -16,7 +16,8 @@
size="small"
placeholder="请输入课程主题"
clearable
@change="search.current=1, getList()"
v-throttle="() => {search.current = 1, getList()}"
@clear="search.current=1, search.title = '', getList()"
suffix-icon="iconfont iconSearch">
</el-input>
</template>