소스 검색

系统dvp-dvp计划修改编辑试验资质为否后不回显

tianyiping 2 달 전
부모
커밋
d31ded51eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/systemDVP/dvpPlan/index.vue

+ 1 - 1
src/views/systemDVP/dvpPlan/index.vue

@@ -1235,7 +1235,7 @@ export default {
         this.editParam.verify = val.verify;
         this.editParam.testSource = val.testSource;
         this.editParam.targetRequire = val.targetRequire;
-        this.editParam.testCertification = val.testCertification || undefined;
+        this.editParam.testCertification = val.testCertification;
         this.editParam.planEndTime = val.planEndTime;
         this.editParam.planStartTime = val.planStartTime;
         this.editParam.count = val.count || undefined;