班组bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2025-10-11 14:27:37
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2025-10-29 14:44:41
|
||||
* @LastEditTime: 2025-11-14 21:50:40
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -212,7 +212,7 @@ export default {
|
||||
case 'search':
|
||||
this.listQuery = {
|
||||
pageNo: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
total: 1,
|
||||
...this.formInline,
|
||||
};
|
||||
@@ -225,7 +225,7 @@ export default {
|
||||
this.$refs.deptSelect.clear();
|
||||
this.formInline.leaderName = null;
|
||||
this.listQuery = {
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
pageNo: 1,
|
||||
total: 1,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user