|
|
|
@ -9,6 +9,13 @@ |
|
|
|
<el-row type="flex"> |
|
|
|
<el-col :span="24" align="right"> |
|
|
|
<el-button style="margin-left: 30px" size="small" type="primary " @click="handleSearchFrom">查询</el-button> |
|
|
|
<el-button |
|
|
|
style="margin-left: 10px" |
|
|
|
size="small" |
|
|
|
class="diy-button--white" |
|
|
|
@click="resetSearch" |
|
|
|
>重置</el-button |
|
|
|
> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
@ -134,6 +141,10 @@ export default { |
|
|
|
handleSearchFrom() { |
|
|
|
this.getlabelConfigList(); |
|
|
|
}, |
|
|
|
resetSearch(){ |
|
|
|
this.formData.tagName = "" |
|
|
|
this.getlabelConfigList(); |
|
|
|
}, |
|
|
|
handleCurrentChange(val) { |
|
|
|
this.pageNo = val; |
|
|
|
this.getlabelConfigList(); |
|
|
|
|