소스 검색

查询bug 在第二页查询 page没有修改

lincl 4 년 전
부모
커밋
4569ab09df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/TablePage/index.vue

+ 1 - 1
src/components/TablePage/index.vue

@ -47,7 +47,7 @@
					</el-form-item>
				</template>
				<el-form-item class="mb22">
					<el-button v-if="showSearchButton" type="primary" icon="el-icon-search" @click="emitLoad()">查询</el-button>
					<el-button v-if="showSearchButton" type="primary" icon="el-icon-search" @click="page=1;emitLoad()">查询</el-button>
					<el-button @click="$emit('onAdd')" v-if="configs.showAddButton" type="success" icon="el-icon-circle-plus-outline">新增</el-button>
					<slot name="topBanner"></slot>
				</el-form-item>