提交 60b91d40 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl' into 'release'

bizscope change

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!412
...@@ -2487,6 +2487,7 @@ export default { ...@@ -2487,6 +2487,7 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
const c = that.$refs['cascaderBizScope'].getCheckedNodes(); const c = that.$refs['cascaderBizScope'].getCheckedNodes();
const m = c.filter( i => {return !i.hasChildren;}).map(k => {return {...k.data}}); const m = c.filter( i => {return !i.hasChildren;}).map(k => {return {...k.data}});
console.log('--m----', m);
const j = []; const j = [];
if(m) { if(m) {
m.map( i => { m.map( i => {
...@@ -2494,6 +2495,8 @@ export default { ...@@ -2494,6 +2495,8 @@ export default {
}) })
this.controlLicense = j; this.controlLicense = j;
} }
vm.formData.certifyReq.bizScope = m;
that.bizScopeCasValue = v;
}); });
const checkedNodes = this.$refs['cascaderBizScope'].getCheckedNodes(); const checkedNodes = this.$refs['cascaderBizScope'].getCheckedNodes();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册