Commit def8dc48 authored by 仇晓婷's avatar 仇晓婷

d

parent ee4bd9b2
...@@ -180,9 +180,9 @@ export default { ...@@ -180,9 +180,9 @@ export default {
let params = { let params = {
conditions: [ conditions: [
{ {
fieldName: "name", fieldName: "keys",
fieldValue: name, fieldValue: name,
conditionalType: "Like", conditionalType: "name",
}, },
], ],
}; };
...@@ -199,7 +199,6 @@ export default { ...@@ -199,7 +199,6 @@ export default {
"upId" "upId"
); );
this.treeData = this.$u.clone(data); this.treeData = this.$u.clone(data);
this.treeDataOld = this.$u.clone(data);
}); });
}, },
//查询 //查询
......
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