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

d

parent ee4bd9b2
......@@ -180,9 +180,9 @@ export default {
let params = {
conditions: [
{
fieldName: "name",
fieldName: "keys",
fieldValue: name,
conditionalType: "Like",
conditionalType: "name",
},
],
};
......@@ -199,7 +199,6 @@ export default {
"upId"
);
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