@@ -324,6 +324,9 @@ export default {
},
optionType:{
type: String
+ },
+ itemType: {
+ type: String
}
filters: {
@@ -237,7 +237,7 @@ export default {
// 远程模糊查找
remoteMethod(query) {
- if (!query) {
+ if (query) {
this.loading = true;
this.queryParams = {
size: 10,