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

修改部门新增

parent b1fd8fc2
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
/** 重写编辑方法 */ /** 重写编辑方法 */
toEdit(row) { toEdit(row) {
this.loading = true; this.loading = true;
this.$post(this.pageInfo.exclude+"?id="+row.id) this.$post(this.pageInfo.exclude+"?id="+row.id,{})
.then((res) => { .then((res) => {
if (res && res.code && res.code == 1) { if (res && res.code && res.code == 1) {
this.deptOptions = handleTree(res.data.data); this.deptOptions = handleTree(res.data.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