admin-web/src/components/mySearch/SearchItem.vue
@@ -20,6 +20,7 @@ :props="item.optionsConfig.props||{ checkStrictly: true,emitPath: false,value: 'id' }" :show-all-levels="false" filterable clearable style="width: 150px" @change="(v) => this.$emit('change', v)" > @@ -124,7 +125,6 @@ </template> <script> import {formatDates} from '@/utils/index'; import request from '@/utils/request'; function trim(str) {