select remote issue solved.
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user