|
@@ -24,6 +24,7 @@ export default {
|
|
},
|
|
},
|
|
created () {
|
|
created () {
|
|
console.log("search created");
|
|
console.log("search created");
|
|
|
|
+ this.value = this.keys;
|
|
this.content_type = this.contentTypeFilter;
|
|
this.content_type = this.contentTypeFilter;
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
@@ -88,11 +89,11 @@ export default {
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
- <select name="bourgeons" id="content-type-select">
|
|
|
|
|
|
+ <!-- <select name="bourgeons" id="content-type-select">
|
|
<option value="all">Bourgeon</option>
|
|
<option value="all">Bourgeon</option>
|
|
<option value="bourgeon1">Bourgeon1</option>
|
|
<option value="bourgeon1">Bourgeon1</option>
|
|
<option value="bourgeon2">Bourgeon2</option>
|
|
<option value="bourgeon2">Bourgeon2</option>
|
|
- </select>
|
|
|
|
|
|
+ </select> -->
|
|
|
|
|
|
<input type="submit" value="rechercher">
|
|
<input type="submit" value="rechercher">
|
|
</form>
|
|
</form>
|