mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
限制组员人数超过最大值
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user