From 9bda7c9508b724a6ae0c1c2ffcfa7467925b8d5b Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 06 三月 2021 17:27:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/views/user/outemployess.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/views/user/outemployess.vue b/src/views/user/outemployess.vue
index d0c1860..1a51f64 100644
--- a/src/views/user/outemployess.vue
+++ b/src/views/user/outemployess.vue
@@ -1003,7 +1003,7 @@
}, // 查询参数
sort: {}, // 排序
pagination: { // 分页参数
- size: 12,
+ size: 15,
num: 1
},
headerHeight: '30px',
@@ -1088,8 +1088,6 @@
},
// 翻页方法
search() {
- this.queryParams.empName = this.queryParams.empNumb
- this.queryParams.deptName = this.queryParams.empNumb
this.fetch({
...this.queryParams,
...this.sort
--
Gitblit v1.8.0