This commit is contained in:
xiaozhiyong
2023-02-22 17:08:42 +08:00
parent 3a59e48b19
commit 9041b71875
4 changed files with 36 additions and 2 deletions

View File

@@ -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);