Commit 1e1787c9 authored by jingnan's avatar jingnan 👀

合并产品【6043】 用户管理右侧用户列表页的导出按钮选完组织后提示没有勾选组织

parent 49fc6eff
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
typeName: 'DxOrganization', typeName: 'DxOrganization',
layKey: '944264fb-96e6-48c5-af48-5d389a0fc49a' layKey: '944264fb-96e6-48c5-af48-5d389a0fc49a'
}" }"
@check="checkChange" @checkedNodes="checkChange"
/> />
</dee-dialog> </dee-dialog>
</div> </div>
...@@ -54,14 +54,9 @@ export default { ...@@ -54,14 +54,9 @@ export default {
showImportOrgTempDialog: false showImportOrgTempDialog: false
} }
}, },
computed: {},
mounted() {},
methods: { methods: {
checkChange(val) { checkChange({ allCheckedNodes }) {
this.checkData = val.checked.checkedNodes.map(el => { this.checkData = allCheckedNodes.map(m => m.id)
return el.id
})
}, },
takeTimeAddsubmit() { takeTimeAddsubmit() {
if (!this.checkData.length) { if (!this.checkData.length) {
......
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