mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
cleaning
This commit is contained in:
parent
008a10dab8
commit
bac8e8d0b8
@ -146,7 +146,6 @@ export default {
|
|||||||
},
|
},
|
||||||
saveAction() {
|
saveAction() {
|
||||||
console.log('saveAction button: create/edit action with', this.type);
|
console.log('saveAction button: create/edit action with', this.type);
|
||||||
|
|
||||||
let
|
let
|
||||||
type = this.type,
|
type = this.type,
|
||||||
data = {} ;
|
data = {} ;
|
||||||
|
@ -109,20 +109,4 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* dates of participation
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <tr>
|
|
||||||
* <td><span v-if="participation.startDate">
|
|
||||||
* {{ $d(participation.startDate.datetime, 'short') }}</span>
|
|
||||||
* </td>
|
|
||||||
* <td><span v-if="participation.endDate">
|
|
||||||
* {{ $d(participation.endDate.datetime, 'short') }}</span>
|
|
||||||
* </td>
|
|
||||||
* </tr>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
</script>
|
</script>
|
||||||
|
@ -249,7 +249,7 @@ export default {
|
|||||||
result: entity
|
result: entity
|
||||||
}
|
}
|
||||||
this.search.priorSuggestion = suggestion;
|
this.search.priorSuggestion = suggestion;
|
||||||
console.log('ici', this.search.priorSuggestion);
|
console.log('search priorSuggestion', this.search.priorSuggestion);
|
||||||
} else {
|
} else {
|
||||||
this.search.priorSuggestion = {};
|
this.search.priorSuggestion = {};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user