whj 11 mesi fa
parent
commit
947adcdabd
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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) => {