Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -250,6 +250,7 @@
|
|||||||
dict="sys_permission,name,id"
|
dict="sys_permission,name,id"
|
||||||
pidField="parent_id"
|
pidField="parent_id"
|
||||||
pidValue=""
|
pidValue=""
|
||||||
|
:isAsync="true"
|
||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
@@ -266,12 +267,12 @@
|
|||||||
pidField="parent_id"
|
pidField="parent_id"
|
||||||
pidValue=""
|
pidValue=""
|
||||||
multiple
|
multiple
|
||||||
|
:isAsync="false"
|
||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">选中的值(v-model):{{ formData.treeSelectMultiple }}</a-col>
|
<a-col :span="12">选中的值(v-model):{{ formData.treeSelectMultiple }}</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
|
|
||||||
<!-- 分类字典树 -->
|
<!-- 分类字典树 -->
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
@@ -585,8 +586,6 @@ sayHi('hello, world!')`
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleChange() {
|
|
||||||
},
|
|
||||||
getDepartIdValue() {
|
getDepartIdValue() {
|
||||||
return this.form.getFieldValue('departId')
|
return this.form.getFieldValue('departId')
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user