gaoluyang
2025-03-12 257b37f8a778d3ec62f614e73b31c69e27703a09
src/views/CNAS/resourceDemand/device/component/borrow.vue
@@ -341,7 +341,7 @@
    // 监听点击el-tree的数据,进行数据刷新
    clickNodeVal(newVal) {
      if (newVal.value) {
        thisqueryParams.deviceId = this.clickNodeVal.value
        this.queryParams.deviceId = this.clickNodeVal.value
        this.refreshTable()
      }
    },