| | |
| | | </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.refreshTable(); |
| | | } |
| | | }, |
| | | refreshTable() { |
| | | refreshTable(e) { |
| | | if (this.radio === '0') { |
| | | this.$refs['itemParameterTable'].selectList() |
| | | this.$refs['itemParameterTable'].selectList(e) |
| | | } else { |
| | | if(this.currentPage>1){ |
| | | this.isLoding = true |
| | |
| | | this.list=[]; |
| | | this.entity={ |
| | | name: null, |
| | | orderBy: {field: "id", order: "asc"} |
| | | // orderBy: {field: "id", order: "asc"} |
| | | }; |
| | | this.refreshTable() |
| | | } |
| | |
| | | this.loading = false |
| | | if (res.code == 201) return |
| | | this.$message.success('已提交') |
| | | this.refreshTable() |
| | | this.refreshTable('page') |
| | | this.qualificationsConnectVisible = false |
| | | }) |
| | | }, |