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