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

修改发布

parent 0f0d7d8c
...@@ -737,15 +737,20 @@ ...@@ -737,15 +737,20 @@
return; return;
} }
await submitSourceSideConfiguration(); await submitSourceSideConfiguration();
openSaveModal(true, { createMessage.success('保存成功');
title: '发布新版本', router.back();
});
} catch (error) { } catch (error) {
console.error('保存失败:', error); console.error('保存失败:', error);
createMessage.error('表单校验未通过,请检查输入'); createMessage.error('表单校验未通过,请检查输入');
} }
} }
function handlePublish() {
openSaveModal(true, {
title: '发布新版本',
});
}
function handleDeplys() { function handleDeplys() {
console.log('myCheckedKeys', myCheckedKeys.value); console.log('myCheckedKeys', myCheckedKeys.value);
openDeplysModal(true, { 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