Commit 7fa1b50e by shaojiawen

Merge branch 'feature/act-code' of http://git.gicdev.com/office/haoban-3 into feature/act-code

parents b86ba761 89a399be
...@@ -507,7 +507,7 @@ export default { ...@@ -507,7 +507,7 @@ export default {
// 批量分组 // 批量分组
batchGoupEvent() { batchGoupEvent() {
if (this.selectHmIds.length == 0) { if (this.selectHmIds.length == 0) {
return this.$message({ message: '请先选择活码', type: 'warning' }); return this.$message({ message: '请先选择活码', type: 'warning' });
} else { } else {
this.dialogGroupFormVisible = true; this.dialogGroupFormVisible = true;
this.searchGroup(); this.searchGroup();
......
...@@ -93,7 +93,7 @@ export default { ...@@ -93,7 +93,7 @@ export default {
pageP: { pageP: {
groupName: '', groupName: '',
pageNum: 1, pageNum: 1,
pageSize: 20 pageSize: 40
}, },
checkNameLength: -1, checkNameLength: -1,
editNamePre: '' editNamePre: ''
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
this.pageP = { this.pageP = {
groupName: '', groupName: '',
pageNum: 1, pageNum: 1,
pageSize: 20 pageSize: 40
}; };
this.searchGroup(); this.searchGroup();
} }
......
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