Merge branch 'master' of http://114.132.189.42:9002/r/tx-lims-before
| | |
| | | label: '备注', |
| | | prop: 'remarks' |
| | | }, { |
| | | label: '培训日期', |
| | | prop: 'trainDate' |
| | | label: '监督项目', |
| | | prop: 'superviseProject' |
| | | }, { |
| | | label: '创建', |
| | | prop: 'createBy' |
| | |
| | | }, |
| | | sampleCodeBtnDisabled:true, |
| | | upInsReviewDia:false, |
| | | verifyPlanInfo:{}, |
| | | verifyPlanInfo:{ |
| | | tell:null, |
| | | type:null |
| | | }, |
| | | reviewLoading:false |
| | | } |
| | | }, |
| | |
| | | }); |
| | | }, |
| | | 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 |
| | | } |
| | | } |