刘洋 1 anno fa
parent
commit
18dadab35d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/sop/sop-manage/sop-step/index.vue

+ 1 - 1
src/views/sop/sop-manage/sop-step/index.vue

@@ -518,7 +518,7 @@ const curFormConfig = computed(() => {
           field.writable = false;
         }
       }
-      if (field.formId.startsWith('week_people_day')) {
+      if (field.formId.startsWith('week_people_day') && !field.value) {
         field.value = crmInfo.value.peoperDay;
       }
     });