限制组员人数超过最大值

This commit is contained in:
lpq
2023-02-18 00:01:10 +08:00
parent 5f0df5323e
commit 5adf16c199
4 changed files with 36 additions and 11 deletions

View File

@@ -143,7 +143,7 @@ export default {
};
//添加小组
const addGroup = () => {
state.loading = true
state.loading = true;
console.log("state.groupNum2", state.groupNum2);
let obj = {
pid: props.projectId,