| | |
| | | />
|
| | | </a-col>
|
| | | <a-col :span="4">
|
| | | <a-button type="primary" @click="getData">查询</a-button>
|
| | | <a-button type="primary" @click="searchData">查询</a-button>
|
| | | <a-button style="margin-left: 12px" @click="resetSearch">重置</a-button>
|
| | | </a-col>
|
| | | </a-row>
|
| | |
| | | </template>
|
| | | </a-table>
|
| | | </div>
|
| | | <msg-edit-mod ref="msgEdit" @refresh="getData"></msg-edit-mod>
|
| | | <msg-edit-mod ref="msgEdit" @refresh="getData()"></msg-edit-mod>
|
| | | <msg-detail-mod ref="msgDetail"></msg-detail-mod>
|
| | | <!-- 对话框 -->
|
| | | <!-- <a-modal title="回执" -->
|
| | |
| | | })
|
| | | },
|
| | |
|
| | | searchData(){
|
| | | this.search.pageIndex = 1
|
| | | this.getData()
|
| | | },
|
| | |
|
| | | resetSearch(){
|
| | | const t = this
|
| | | t.search = {
|