标准清单 高级检索
This commit is contained in:
@@ -211,7 +211,6 @@ export default {
|
||||
thenFun.call(this, res.data)
|
||||
}
|
||||
} else {
|
||||
console.log(res.data)
|
||||
// 返回data数组
|
||||
thenFun.call(this, res.data)
|
||||
}
|
||||
|
||||
@@ -23,9 +23,7 @@ const tableBtnPermission = Vue.directive('tableBtnPermission', {
|
||||
bind (el, binding, vnode) {
|
||||
// 获取按钮权限
|
||||
let btnPermission = binding.value
|
||||
console.log(el, binding, vnode)
|
||||
function handler(event) {
|
||||
console.log(event)
|
||||
event.stopImmediatePropagation()
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user