Refactor fv form to separate TO from request

This commit is contained in:
richard-dds
2018-10-22 22:16:39 -04:00
parent 1606bad016
commit 0439525f0f
9 changed files with 295 additions and 329 deletions

View File

@@ -32,7 +32,7 @@ export default {
computed: {
showTaskOrder: function() {
return !this.initialData.task_order || this.shouldForceShowTaskOrder
return this.initialData.task_order.number || this.shouldForceShowTaskOrder
}
},