From 5cb65b5ddc7738ce5a395bca0556f37de8c257bd Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 31 七月 2024 16:58:39 +0800 Subject: [PATCH] 检验下单筛选、x待检项目统计bug --- 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