From 35b80008382aa2e0f0046d7292ac0eca32d4b72c Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 31 七月 2024 16:58:47 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 003f684..ba27bde 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -2694,6 +2694,8 @@
       getUserInfo() {
         this.$axios.get(this.$api.user.getUserInfo).then(res => {
           this.userId = res.data.id
+          this.componentData.entity.userId = res.data.id
+          console.log(1111,this.userId)
         })
       },
       // 澶嶆牳

--
Gitblit v1.9.3