Commit a0b07c90 authored by 罗林杰's avatar 罗林杰

修改发布

parent 0f0d7d8c
......@@ -737,15 +737,20 @@
return;
}
await submitSourceSideConfiguration();
openSaveModal(true, {
title: '发布新版本',
});
createMessage.success('保存成功');
router.back();
} catch (error) {
console.error('保存失败:', error);
createMessage.error('表单校验未通过,请检查输入');
}
}
function handlePublish() {
openSaveModal(true, {
title: '发布新版本',
});
}
function handleDeplys() {
console.log('myCheckedKeys', myCheckedKeys.value);
openDeplysModal(true, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment