Merge pull request #387 from dod-ccpo/save-finver-draft
Save Financial Verification Draft
This commit is contained in:
@@ -25,7 +25,22 @@ export default {
|
||||
} = this.initialData
|
||||
|
||||
return {
|
||||
funding_type
|
||||
funding_type,
|
||||
shouldForceShowTaskOrder: false
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
showTaskOrderUpload: function() {
|
||||
return !this.initialData.task_order.pdf || this.shouldForceShowTaskOrder
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
forceShowTaskOrderUpload: function(e) {
|
||||
console.log("forceShowTaskOrder", e)
|
||||
e.preventDefault()
|
||||
this.shouldForceShowTaskOrder = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user