cy
2023-11-29 46136bb08f496cf439c734a1a7e1f38feb6c6d29
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) {