feature updates 21.05.2019
This commit is contained in:
parent
ec4ffbdcee
commit
178d0e7f6b
15 changed files with 271 additions and 53 deletions
|
@ -13,9 +13,15 @@ const app = new Vue({
|
|||
preferred_reviewer: '',
|
||||
preferred_reviewer_email: ''
|
||||
},
|
||||
submitted: false
|
||||
submitted: false,
|
||||
preferation: "no_preferation",
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
isPreferationRequired() {
|
||||
return this.preferation === "yes_preferation";
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
checkForm(e) {
|
||||
// Log entire model to console
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue