归档位置
This commit is contained in:
@@ -167,7 +167,7 @@ export default {
|
||||
methods: {
|
||||
filterNode(value, data) {
|
||||
if (!value) return true;
|
||||
return data.label.indexOf(value) !== -1;
|
||||
return data.menuName.indexOf(value) !== -1;
|
||||
},
|
||||
loadNode(node, resolve) {
|
||||
const that = this;
|
||||
|
||||
Reference in New Issue
Block a user