重置方法;负责人、联系人组件select查询
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<span class="table-page-search-submitButtons">
|
||||
<a-button type="primary" icon="search" @click="searchQuery">查询</a-button>
|
||||
<a-button icon="reload">重置</a-button>
|
||||
<a-button icon="reload" @click="searchReset">重置</a-button>
|
||||
</span>
|
||||
</a-col>
|
||||
</a-row>
|
||||
@@ -39,6 +39,9 @@
|
||||
|
||||
<!-- table表格区域-->
|
||||
<div>
|
||||
<div class="">
|
||||
|
||||
</div>
|
||||
<a-table
|
||||
ref="table"
|
||||
size="middle"
|
||||
|
||||
Reference in New Issue
Block a user