From 9b26870265cbbc75bcd32529e46b229a49ec30a0 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期二, 05 九月 2023 11:29:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/laboratory/ledger/index.vue |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/views/laboratory/ledger/index.vue b/src/views/laboratory/ledger/index.vue
index 5ce4d90..fc09600 100644
--- a/src/views/laboratory/ledger/index.vue
+++ b/src/views/laboratory/ledger/index.vue
@@ -154,7 +154,7 @@
               <span><i class="el-icon-edit" />楠屾敹鏃ユ湡锛歿{ equipmentDetail.acceptanceDate }}</span>
             </div>
             <div class="message-item">
-              <span><i class="el-icon-edit" />淇濈浜猴細{{ equipmentDetail.name }}</span>
+              <span><i class="el-icon-edit" />淇濈浜猴細{{ equipmentDetail.userName }}</span>
             </div>
             <div class="message-item">
               <span><i class="el-icon-edit" />鏄惁鏀寔鏁伴噰锛歿{ equipmentDetail.whetherDataAcquisition == 1 ? '鏀寔' : '涓嶆敮鎸�'
@@ -471,10 +471,6 @@
       // 浠櫒鐘舵�侀厤缃」
       conditionsOptions: [
         {
-          label: '鍏ㄩ儴',
-          value: 0
-        },
-        {
           label: '杩愯',
           value: 1
         },
@@ -777,7 +773,7 @@
           this.$message.error('娣诲姞澶辫触')
         }
         this.$message.success('娣诲姞鎴愬姛')
-        let d = this.nodeclicked
+        let d = this.nodeclicked;
         this.nodeClickHandler(d);
         this.addDrawerVisible = false
         this.equipmentform = {}
@@ -787,6 +783,8 @@
       try {
         const res = await changeInstrument(this.equipmentform)
         this.$message.success('淇敼鎴愬姛')
+        let d = this.nodeclicked;
+        this.nodeClickHandler(d);
         this.addDrawerVisible = false
         this.detailDrawer = false
       } catch (error) {

--
Gitblit v1.9.3