Skip to content

Commit 15db0d5

Browse files
committed
fix:update form status
1 parent 8a4bf8d commit 15db0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/sysjob/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export default {
405405
misfirePolicy: 1,
406406
concurrent: 1,
407407
jobType: 1,
408-
status: 0
408+
status: undefined
409409
}
410410
this.resetForm('form')
411411
},

0 commit comments

Comments
 (0)