Commit 171e766e authored by 刘殿昕's avatar 刘殿昕

helper引入

parent ed0d66d5
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
url: { type: String, default: "" }, url: { type: String, default: "" },
cellData: { type: Object, default: {} } cellData: { type: Object, default: {} }
}, },
data: () => ({}), data: () => ({ helper: helper }),
computed: {}, computed: {},
watch: {}, watch: {},
methods: { methods: {
......
...@@ -153,7 +153,6 @@ export default { ...@@ -153,7 +153,6 @@ export default {
name: { type: String, default: "" } name: { type: String, default: "" }
}, },
data: () => ({ data: () => ({
helper: helper,
search: "", search: "",
openList: [0, 0, 0, 0], openList: [0, 0, 0, 0],
openChildren: [ openChildren: [
......
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