|
@ -89,9 +89,9 @@ export default { |
|
|
if (this.menuName != '') { |
|
|
if (this.menuName != '') { |
|
|
let saveList = []; |
|
|
let saveList = []; |
|
|
this.onFuzzyTreeList('name', this.menuName, this.dataList, saveList); |
|
|
this.onFuzzyTreeList('name', this.menuName, this.dataList, saveList); |
|
|
this.$refs.form.data = saveList; |
|
|
this.dataList = [...saveList]; |
|
|
} else { |
|
|
} else { |
|
|
this.$refs.form.data = this.dataList; |
|
|
this.query(); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
@ -223,7 +223,8 @@ export default { |
|
|
margin: 0 0 20px 0; |
|
|
margin: 0 0 20px 0; |
|
|
} |
|
|
} |
|
|
.little-head { |
|
|
.little-head { |
|
|
border-bottom: dashed 1px #ccc; line-height: 50px; |
|
|
border-bottom: dashed 1px #ccc; |
|
|
|
|
|
line-height: 50px; |
|
|
margin-bottom: 20px; |
|
|
margin-bottom: 20px; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|