"src/page/main/authority/user/add/index.vue" did not exist on "4b01a411f6f69313b424acdc05f783db6963511f"
Commit 171e766e authored by 刘殿昕's avatar 刘殿昕

helper引入

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