This commit is contained in:
sw 2024-11-20 11:24:44 +08:00
parent 454bc2e4b1
commit 587187b8fe

View File

@ -1584,7 +1584,7 @@ export default {
}, },
// //
// //
append(status,data) { append(data) {
this.ruleForm.status=true, this.ruleForm.status=true,
console.log('新增树',data) console.log('新增树',data)
// //
@ -1778,7 +1778,7 @@ export default {
{!isAdd && this.isAgencyAdd ? {!isAdd && this.isAgencyAdd ?
< img alt="" src="https://www.youkerr.com/add" style=" width: 20px;height: 20px; " on-click={() => this.append('add',data)}/> < img alt="" src="https://www.youkerr.com/add" style=" width: 20px;height: 20px; " on-click={() => this.append(data)}/>
: null : null
} }
{node.level !== 1 && this.isAgencyDelete ? {node.level !== 1 && this.isAgencyDelete ?