whj 11 달 전
부모
커밋
947adcdabd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/workflow/workflow/modules/BaseForm.vue

+ 1 - 0
src/views/workflow/workflow/modules/BaseForm.vue

@@ -241,6 +241,7 @@ export default {
         sortNum: record.sortNum + 1,
         parentIds: [record.id],
       }
+      console.log(newVal)
       if (record.children.length > 0) {
         const children = this.details
           .filter((detail) => {