Commit b86061e8 authored by 赵啸非's avatar 赵啸非

添加考勤汇总前后端等数据

parent 6867b551
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
}, },
mixins: [table,tree], mixins: [table,tree],
created() { created() {
this.$get("/dept/treeselect", {}).then(({ data }) => { this.$post("/dept/treeselect", {}).then(({ data }) => {
this.areaData = data.result; this.areaData = data.result;
}); });
}, },
......
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