fix evaluation datepickers in edit

This commit is contained in:
2022-04-20 13:32:51 +02:00
parent bc550ea42a
commit 0ce23230da
3 changed files with 50 additions and 48 deletions

View File

@@ -521,12 +521,12 @@ export default {
this.$store.commit('removeReferrer', u);
},
goToGenerateWorkflow({link}) {
console.log('save before leave to generate workflow')
const callback = (data) => {
window.location.assign(link);
};
// console.log('save before leave to generate workflow')
const callback = (data) => {
window.location.assign(link);
};
return this.$store.dispatch('submit', callback)
return this.$store.dispatch('submit', callback)
.catch(e => { console.log(e); throw e; });
},
submit() {