| | |
| | | </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"> |
| | |
| | | this.list=[]; |
| | | this.entity={ |
| | | name: null, |
| | | orderBy: {field: "id", order: "asc"} |
| | | // orderBy: {field: "id", order: "asc"} |
| | | }; |
| | | this.refreshTable() |
| | | } |