|
@@ -41,13 +41,13 @@ export default {
|
|
searchItems () {
|
|
searchItems () {
|
|
return [
|
|
return [
|
|
{
|
|
{
|
|
- label: '机构',
|
|
|
|
|
|
+ label: '上级机构',
|
|
type: 'cascader',
|
|
type: 'cascader',
|
|
prop: 'parentOrganizationNo',
|
|
prop: 'parentOrganizationNo',
|
|
options: {
|
|
options: {
|
|
filterable: true,
|
|
filterable: true,
|
|
clearable: true,
|
|
clearable: true,
|
|
- placeholder: '请选择机构',
|
|
|
|
|
|
+ placeholder: '请选择上级机构',
|
|
options: this.organizationTree,
|
|
options: this.organizationTree,
|
|
showAllLevels: false,
|
|
showAllLevels: false,
|
|
props: {
|
|
props: {
|