| src/views/user/selectuser.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/user/selectuser.vue
@@ -70,7 +70,7 @@ queryParams: {}, // 查询参数 sort: {}, // 排序 pagination: { // 分页参数 size: 5, size: 20, num: 1 }, list: [], // 给table显示的数据 @@ -86,8 +86,9 @@ methods: { // 翻页方法 search() { this.queryParams.empName = this.queryParams.empNumb this.queryParams.deptName = this.queryParams.empNumb // this.queryParams.empName = this.queryParams.empNumb // this.queryParams.deptName = this.queryParams.empNumb this.queryParams.delFlag = 0 this.fetch({ ...this.queryParams, ...this.sort