Refactor fv form to separate TO from request
This commit is contained in:
@@ -32,7 +32,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
showTaskOrder: function() {
|
||||
return !this.initialData.task_order || this.shouldForceShowTaskOrder
|
||||
return this.initialData.task_order.number || this.shouldForceShowTaskOrder
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user