From 257b37f8a778d3ec62f614e73b31c69e27703a09 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 12 三月 2025 16:06:05 +0800
Subject: [PATCH] 设备搬迁-设备维护,借用联调

---
 src/views/CNAS/resourceDemand/device/component/borrow.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/CNAS/resourceDemand/device/component/borrow.vue b/src/views/CNAS/resourceDemand/device/component/borrow.vue
index fafa7b9..16bdb7d 100644
--- a/src/views/CNAS/resourceDemand/device/component/borrow.vue
+++ b/src/views/CNAS/resourceDemand/device/component/borrow.vue
@@ -13,7 +13,7 @@
       </div>
       <div class="btns">
         <el-button size="small" type="primary" @click="add">鏂板</el-button>
-        <!--        <el-button size="small" type="primary" @click="handleDown" :loading="outLoading">瀵煎嚭</el-button>-->
+                <el-button size="small" type="primary" @click="handleDown" :loading="outLoading">瀵煎嚭</el-button>
       </div>
     </div>
     <div class="tables" style="margin-top: 10px;">
@@ -341,7 +341,7 @@
     // 鐩戝惉鐐瑰嚮el-tree鐨勬暟鎹紝杩涜鏁版嵁鍒锋柊
     clickNodeVal(newVal) {
       if (newVal.value) {
-        thisqueryParams.deviceId = this.clickNodeVal.value
+        this.queryParams.deviceId = this.clickNodeVal.value
         this.refreshTable()
       }
     },

--
Gitblit v1.9.3