We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da7a55 commit 7a3a975Copy full SHA for 7a3a975
ui/src/views/application-workflow/index.vue
@@ -270,7 +270,7 @@ async function publicHandle() {
270
const obj = {
271
work_flow: getGraphData()
272
}
273
- await application.asyncPutApplication(id, obj)
+ await application.asyncPutApplication(id, obj, loading)
274
const workflow = new WorkFlowInstance(obj.work_flow)
275
try {
276
workflow.is_valid()
@@ -280,6 +280,7 @@ async function publicHandle() {
280
281
applicationApi.putPublishApplication(id as String, obj, loading).then(() => {
282
MsgSuccess(t('views.applicationWorkflow.tip.publicSuccess'))
283
+ getDetail()
284
})
285
286
.catch((res: any) => {
0 commit comments