feat:合并

This commit is contained in:
lixg
2022-11-30 12:03:59 +08:00
16 changed files with 453 additions and 356 deletions

View File

@@ -2054,9 +2054,10 @@ export default {
console.log("点击发布");
let obj = {
projectId: state.releaseProjectId,
type: 4,
};
api
.releaseProject(obj)
.handleProject(obj)
.then((res) => {
console.log("发布成功", res);
message.destroy();
@@ -2081,7 +2082,7 @@ export default {
const recallProject = () => {
let obj = {
projectId: state.recallProjectId,
type: 0,
type: -4,
};
api
.handleProject(obj)