c4599391 by 杨威
2 parents 5f103abd d1365a65
......@@ -193,7 +193,7 @@ export default {
multiple: false,
placeholder: '请选择',
disabled: false,
checkStrictly: false,
checkStrictly: true,
treeProps: {
value: 'dm',
children: 'children',
......
......@@ -152,7 +152,7 @@ export default {
multiple: false,
placeholder: '请选择',
disabled: false,
checkStrictly: false,
checkStrictly: true,
treeProps: {
value: 'dm',
children: 'children',
......
......@@ -244,7 +244,7 @@
multiple: false,
placeholder: '请选择',
disabled: false,
checkStrictly: false,
checkStrictly: true,
treeProps: {
value: 'bsm',
children: 'children',
......
......@@ -405,7 +405,7 @@
multiple: false,
placeholder: '请选择',
disabled: false,
checkStrictly: false,
checkStrictly: true,
treeProps: {
value: 'bsm',
children: 'children',
......
......@@ -298,7 +298,7 @@
multiple: false,
placeholder: '请选择',
disabled: false,
checkStrictly: false,
checkStrictly: true,
treeProps: {
value: 'bsm',
children: 'children',
......