no message

Former-commit-id: 057dd0a1deaad680e991751bd1a36a9d17825fa8 [formerly 057dd0a1deaad680e991751bd1a36a9d17825fa8 [formerly 057dd0a1deaad680e991751bd1a36a9d17825fa8 [formerly 057dd0a1deaad680e991751bd1a36a9d17825fa8 [formerly 8e83a63e10145658744dd21445dad8eba44466a0 [formerly bd51475e9a45b64342a539141a2d3bad2b93defc]]]]]
Former-commit-id: 596bba56eb613636f5f5c7c7f5cbdb55a3d250d9
Former-commit-id: d6b4414ef70ac46f6c3c72392166d5d9d4810d10
Former-commit-id: c07b8cc58f3c720acb72e1393bf0fd13547cf329 [formerly 5ed4b1e3f9a4ef644f679333a491940a9c6af078]
Former-commit-id: c105880757bab8347a1c01d2c80f3784e0644bd8
Former-commit-id: b6129e20f9b75fce0d57eaad8db6498081b0ce51
Former-commit-id: 7612a3fe80fc49b88f8d850cb95a801e3c55ec69
Former-commit-id: 2a12c98c9f4d98436aed048cb079746dcc111b57
Former-commit-id: 38c475e3433acee4767d71aec229899729d1e01f
This commit is contained in:
liyang
2018-07-01 11:52:33 +08:00
parent c877e15982
commit bc97252bd8
2 changed files with 68 additions and 31 deletions

View File

@@ -65,20 +65,20 @@ export default {
handleControlItemClick (command) {
switch (command) {
case 'left':
console.log('left')
break;
this.closeAllTagLeft()
break
case 'right':
console.log('right')
break;
this.closeAllTagRight()
break
case 'other':
console.log('other')
break;
this.closeAllTagOther()
break
case 'all':
console.log('all')
break;
this.closeAllTagAll()
break
default:
console.log('无效指令')
break;
break
}
},
/**
@@ -104,7 +104,7 @@ export default {
/**
* 点击 tab 上的删除按钮后首先触发这里
*/
handleTabsEdit(tagName, action) {
handleTabsEdit (tagName, action) {
if (action === 'remove') {
// 首页的删除按钮已经隐藏 因此这里不用判断是 index
this.closeTag(tagName)
@@ -126,7 +126,7 @@ export default {
* 关闭其它的 tag
*/
closeAllTagOther () {
//
this.$store.commit('d2adminTagCloseOther')
},
/**
* 关闭全部的 tag