mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
feat:增加项目授权以及修改新建项目
This commit is contained in:
@@ -607,8 +607,8 @@ export default {
|
||||
tag: 1, //归属权
|
||||
opt: 1, //查询
|
||||
type: 2, //项目
|
||||
// refId: props.selectProjectId, //项目id
|
||||
refId: 64,
|
||||
refId: props.selectProjectId, //项目id
|
||||
// refId: 64,
|
||||
pageNo: 1,
|
||||
pageSize: 10,
|
||||
studentList: [],
|
||||
@@ -630,12 +630,14 @@ export default {
|
||||
tag: 2, //归属权
|
||||
opt: 3, //修改
|
||||
type: 2, //项目
|
||||
// refId: props.selectProjectId, //项目id
|
||||
refId: 64,
|
||||
refId: props.selectProjectId, //项目id
|
||||
// refId: 64,
|
||||
pageNo: 1,
|
||||
pageSize: 10,
|
||||
// studentList: state.selectPeopleArr,
|
||||
studentList: [{ id: "966733333637632000", name: "何丹" }],
|
||||
deptList: [],
|
||||
groupList: [],
|
||||
studentList: state.selectPeopleArr,
|
||||
};
|
||||
console.log("修改归属权obj", obj);
|
||||
api
|
||||
|
||||
Reference in New Issue
Block a user