11.19
This commit is contained in:
parent
454bc2e4b1
commit
587187b8fe
@ -1584,7 +1584,7 @@ export default {
|
||||
},
|
||||
//树形页操作
|
||||
//新增树
|
||||
append(status,data) {
|
||||
append(data) {
|
||||
this.ruleForm.status=true,
|
||||
console.log('新增树',data)
|
||||
// 清除表单
|
||||
@ -1778,7 +1778,7 @@ export default {
|
||||
{!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
|
||||
}
|
||||
{node.level !== 1 && this.isAgencyDelete ?
|
||||
|
Loading…
Reference in New Issue
Block a user