فهرست منبع

查询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>