标准清单 高级检索
This commit is contained in:
@@ -1449,7 +1449,6 @@ export default {
|
||||
this.destroyZTree()
|
||||
$(this.dragBind).unbind('mousedown')
|
||||
$('#' + this.searchId).unbind('input propertychange')
|
||||
// console.log('beforeDestroy')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -141,7 +141,6 @@ export default {
|
||||
* @date: 2018/10/23 10:19:24
|
||||
*/
|
||||
rightRemove () {
|
||||
console.log('rightRemove')
|
||||
$(`#${this.treeDivId}rMenu`).css({'visibility': 'hidden'})
|
||||
this.setOpenNodes()
|
||||
this.$emit('treeRemove', this.treeId, this.treeNode)
|
||||
@@ -153,7 +152,6 @@ export default {
|
||||
* @date: 2020/2/6 10:19:24
|
||||
*/
|
||||
rightCopy () {
|
||||
console.log('rightCopy')
|
||||
$(`#${this.treeDivId}rMenu`).css({'visibility': 'hidden'})
|
||||
this.setOpenNodes()
|
||||
this.$emit('treeCopy', this.treeId, this.treeNode)
|
||||
@@ -1284,7 +1282,6 @@ export default {
|
||||
}
|
||||
|
||||
function showRMenu (type, x, y, treeId, treeNode) {
|
||||
console.log('showRMenu')
|
||||
// 右键隐藏菜单的节点
|
||||
if (treeNode.pId !== null && _this.showRMenu && !_this.disabled && _this.editable) {
|
||||
_this.isRoot = false
|
||||
@@ -1322,7 +1319,6 @@ export default {
|
||||
}
|
||||
/* eslint-disable */
|
||||
function hideRMenu () {
|
||||
console.log('hideRMenu')
|
||||
if (rMenu) rMenu.css({'visibility': 'hidden'})
|
||||
$('body').unbind('mousedown', onBodyMouseDown)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user