From b87075597989e9a7de543967d54be4780be27de7 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 19 二月 2025 10:15:51 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/tx-lims-before --- src/components/view/b1-inspect-order-plan.vue | 11 +++++++---- src/components/caorui/Department/components/Plan/index.vue | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/components/caorui/Department/components/Plan/index.vue b/src/components/caorui/Department/components/Plan/index.vue index 518316c..bb439d8 100644 --- a/src/components/caorui/Department/components/Plan/index.vue +++ b/src/components/caorui/Department/components/Plan/index.vue @@ -215,8 +215,8 @@ label: '澶囨敞', prop: 'remarks' }, { - label: '鍩硅鏃ユ湡', - prop: 'trainDate' + label: '鐩戠潱椤圭洰', + prop: 'superviseProject' }, { label: '鍒涘缓', prop: 'createBy' diff --git a/src/components/view/b1-inspect-order-plan.vue b/src/components/view/b1-inspect-order-plan.vue index 7572160..2cfc34e 100644 --- a/src/components/view/b1-inspect-order-plan.vue +++ b/src/components/view/b1-inspect-order-plan.vue @@ -736,7 +736,10 @@ }, sampleCodeBtnDisabled:true, upInsReviewDia:false, - verifyPlanInfo:{}, + verifyPlanInfo:{ + tell:null, + type:null + }, reviewLoading:false } }, @@ -1357,9 +1360,9 @@ }); }, handleReview0(row){ - this.verifyPlanInfo = row; - this.verifyPlanInfo.tell = null; - this.verifyPlanInfo.type = ''; + this.verifyPlanInfo = JSON.parse(JSON.stringify(row)); + this.$set(this.verifyPlanInfo,'tell',null) + this.$set(this.verifyPlanInfo,'type',null) this.upInsReviewDia = true } } -- Gitblit v1.9.3