Commit 89a399be by huaying

fix: 分组ui

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