menage
This commit is contained in:
parent
9fe5b9b524
commit
ec21ba36c7
1 changed files with 0 additions and 11 deletions
|
@ -451,11 +451,6 @@ let champ_search = ref("html");
|
|||
let chargement = ref(true);
|
||||
let quelleVue = ref(props.vueblocdefaut);
|
||||
let vuebloc = ref(false);
|
||||
let filtreColExist = ref(false);
|
||||
let model = ref([]);
|
||||
let options = ref([]);
|
||||
let searchInputHead = ref("");
|
||||
let searchInputVal = ref("");
|
||||
let loadingVueSelect = ref(true);
|
||||
let ajaxCrayons = ref(false);
|
||||
let maj = ref("");
|
||||
|
@ -1029,9 +1024,3 @@ function rechargerJson(id, ajax_Crayons = true) {
|
|||
}
|
||||
defineExpose({ rechargerJson });
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
a {
|
||||
color: #42b983;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Reference in a new issue