更新
This commit is contained in:
@@ -59,6 +59,9 @@ export default {
|
||||
if (query !== "") {
|
||||
this.loading = true;
|
||||
let params = {};
|
||||
// if() {
|
||||
|
||||
// }
|
||||
this.config.autocompleteKey
|
||||
? (params[this.config.autocompleteKey] = query)
|
||||
: (params["queryTypeGet"] = query);
|
||||
|
||||
Reference in New Issue
Block a user