mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复首次打开应用文件上传,直接点击发布后没有显示上传按钮的问题
This commit is contained in:
parent
80aeecfe01
commit
b43f03152c
|
|
@ -242,6 +242,9 @@ function clickoutside() {
|
|||
showPopover.value = false
|
||||
}
|
||||
function publicHandle() {
|
||||
// 先执行保存
|
||||
saveApplication()
|
||||
// 后执行发布
|
||||
workflowRef.value
|
||||
?.validate()
|
||||
.then(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue