Explorar o código

系统DVP 试验资质编辑模态框回显增加null的显示

zhangzheng hai 2 meses
pai
achega
97a527eb89
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/systemDVP/dvpPlan/index.vue

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

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