Commit d6edb949 authored by zhengke's avatar zhengke

优化首页查询

parent 6e2ec99c
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<el-col :span="6"> <el-col :span="6">
<el-input v-model="queryObj.Title" placeholder="输入模板关键字快速查找" class="input-with-select"> <el-input v-model="queryObj.Title" placeholder="输入模板关键字快速查找" class="input-with-select">
<template #append> <template #append>
<el-button type="primary" @click="queryTemplateBySearchHandler">搜索</el-button> <el-button type="primary" @click="queryObj.pageIndex=1,queryTemplateBySearchHandler()">搜索</el-button>
</template> </template>
</el-input> </el-input>
</el-col> </el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment