select remote issue solved.
This commit is contained in:
parent
58646d926c
commit
9b7991011a
@ -226,7 +226,7 @@ export default {
|
||||
let option_url = this.selected_options[this.filter_index].url;
|
||||
|
||||
if (this.search) {
|
||||
option_url += '?search=' + this.search;
|
||||
option_url += '?search="' + this.search + '"';
|
||||
}
|
||||
|
||||
if (option_url) {
|
||||
@ -258,7 +258,7 @@ export default {
|
||||
let args = '';
|
||||
|
||||
if (this.search) {
|
||||
args += '?search=' + this.search + ' ';
|
||||
args += '?search="' + this.search + '" ';
|
||||
}
|
||||
|
||||
let now = new Date();
|
||||
|
@ -262,6 +262,7 @@ export default {
|
||||
|
||||
selected: this.model,
|
||||
|
||||
form: {},
|
||||
sort_options: [],
|
||||
new_options: {},
|
||||
}
|
||||
|
@ -374,6 +374,7 @@ export default {
|
||||
|
||||
selected: this.model,
|
||||
|
||||
form: {},
|
||||
sort_options: [],
|
||||
new_options: {},
|
||||
loading: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user