Commit 203a3571 authored by 刘怀志's avatar 刘怀志

66343 挂号管理-选择宠物,整个模块涉及的取消和确定按钮,都是左取消右确定,现在反了

parent 4e8e2f5f
......@@ -116,8 +116,8 @@
@pagination="getList"
/>
<div slot="footer" class="dialog-footer">
<el-button class="queryBtn" @click="choosePet">确 定</el-button>
<el-button class="resetBtn" @click="closeModle">取 消</el-button>
<el-button class="queryBtn" @click="choosePet">确 定</el-button>
</div>
</el-dialog>
</template>
......@@ -239,7 +239,7 @@ export default {
this.queryParams = {
// 导出列表
pageNum: 1,
pageSize: 10,
pageSize: 6,
petCode: '',
ownerName: '',
phone: '',
......@@ -267,7 +267,7 @@ export default {
this.queryParams = {
// 导出列表
pageNum: 1,
pageSize: 10,
pageSize: 6,
petCode: '',
ownerName: '',
phone: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment