Lius
2025-07-16 81a757732282161ba10ef5d23aecf1b4b70f0339
src/views/system/modules/SelectDeviceDrawer.vue
@@ -90,6 +90,7 @@
    data() {
      return {
        searchInput: '',
        searchValue: '',
        cardLoading: false,
        loading: false,
        treeDataSource: [],
@@ -126,7 +127,6 @@
            this.getTreeDataSource(res.result)
            this.treeDataSource = res.result
            this.generateList(this.treeDataSource)
            console.log('treeDataSource', this.treeDataSource)
            this.expandedKeys = this.allTreeKeys
          } else {
            this.$message.warn(res.message)