Skip to content

Commit b43f031

Browse files
committed
fix: 修复首次打开应用文件上传,直接点击发布后没有显示上传按钮的问题
1 parent 80aeecf commit b43f031

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/src/views/application-workflow/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ function clickoutside() {
242242
showPopover.value = false
243243
}
244244
function publicHandle() {
245+
// 先执行保存
246+
saveApplication()
247+
// 后执行发布
245248
workflowRef.value
246249
?.validate()
247250
.then(() => {

0 commit comments

Comments
 (0)