Commit 64d0d123 authored by zhengke's avatar zhengke

no message

parent d0934e07
......@@ -109,7 +109,7 @@
<div class="addCenter-hidden">
<el-tree v-loading="loading" class='ApprovalProcessBg' :data="memberList" show-checkbox
:filter-node-method="filterNode" :default-checked-keys="memberSetCheckedUserKeys" ref="tree"
:props="defaultProps" :render-after-expand="false" node-key="DepartmentId"
:props="defaultProps" :render-after-expand="false" node-key=""
@check-change="handleNodeChange">
</el-tree>
</div>
......@@ -182,6 +182,7 @@
this.loading = true
this.apipost2('WorkFlow_get_GetTempLateDepartMentEmployee', {}, res => {
this.memberList = res.data.data
console.log(this.memberList,'====')
this.loading = false
}, err => {})
},
......
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