cuilei
2025-05-12 144873a8f548dfee3819785051e0cdc9e90ca262
src/views/tms/WarehouseTree.vue
@@ -2,7 +2,7 @@
  <a-card
    :loading="cardLoading"
    :bordered="false"
    title="仓库管理"
    :title="title"
    style="height: 100%;"
  >
    <a-spin :spinning="loading">
@@ -160,7 +160,13 @@
  components: {
    Tooltip,
  },
  props: ['value'],
  props: {
    value: {},
    title: {
      type: String,
      default: ''
    }
  },
  data() {
    return {
      searchInput: '',