WangHan
2025-01-03 24c4699005da96f45562d7057d80c103b8e428a2
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) {