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 } }