| | |
| | | </div> |
| | | <div class="search_thing" style="padding-left: 30px;"> |
| | | <el-button size="small" @click="refresh()">重 置</el-button> |
| | | <el-button size="small" type="primary" @click="refreshTable()">查 询</el-button> |
| | | <el-button size="small" type="primary" @click="list=[],refreshTable()">查 询</el-button> |
| | | </div> |
| | | </div> |
| | | <div class="table" v-if="radio==1" v-loading="pageLoading" @scroll="scrollFn"> |
| | |
| | | }, |
| | | }, |
| | | requiredAdd: [], |
| | | requiredUp: [] |
| | | requiredUp: [], |
| | | needSort: ['firstIssuanceDate', 'latestIssuanceDate', 'expireTime', 'name'], |
| | | }, |
| | | itemParameterEntityCopy: {}, |
| | | upIndex: 0, |
| | |
| | | this.list=[]; |
| | | this.entity={ |
| | | name: null, |
| | | orderBy: {field: "id", order: "asc"} |
| | | // orderBy: {field: "id", order: "asc"} |
| | | }; |
| | | this.refreshTable() |
| | | } |