Commit b725b908 by huaying

fix: dd

parent 52b069e3
...@@ -482,14 +482,10 @@ export default { ...@@ -482,14 +482,10 @@ export default {
}, },
// 远程搜索 // 远程搜索
remoteMethod(query) { remoteMethod(query) {
if (query !== '') {
this.pageParamGroup.groupName = query; this.pageParamGroup.groupName = query;
this.pageParamGroup.pageNum = 1; this.pageParamGroup.pageNum = 1;
this.groupList = []; this.groupList = [];
this.searchGroup(); this.searchGroup();
} else {
this.groupList = [];
}
}, },
visibleChange(e) { visibleChange(e) {
if (!e) { if (!e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment