--fix 复制

This commit is contained in:
yuping
2023-02-17 19:47:02 +08:00
parent 49b0f872eb
commit b29e31721f
2 changed files with 8 additions and 23 deletions

View File

@@ -1355,15 +1355,14 @@ export default {
};
//确认复制
const copyProject = () => {
state.copyModal = false;
state.tableLoading = true;
api
.handleProject({
api.handleProject({
projectId: state.copyProjectId,
type: 2,
type: 2
})
.then(() => getTableDate());
message.success("复制成功");
state.copyModal = false;
};
//打开提交审核弹窗
const showReviewModal = (projectId) => {