forked from github/dataease
feat: 删除debugger和console.log
This commit is contained in:
parent
e520101af1
commit
198208fc8c
@ -9,7 +9,6 @@ export function checkPermission(pers) {
|
||||
}
|
||||
|
||||
export function hasDataPermission(pTarget, pSource) {
|
||||
debugger
|
||||
if (pSource && pTarget) {
|
||||
return pSource.indexOf(pTarget) > -1
|
||||
}
|
||||
|
@ -82,7 +82,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
showCurrentTemplateInfo(data) {
|
||||
debugger
|
||||
this.editPanel.panelInfo.name = data.name
|
||||
this.editPanel.panelInfo.panelStyle = data.templateStyle
|
||||
this.editPanel.panelInfo.panelData = data.templateData
|
||||
|
@ -146,7 +146,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleClick(tab, event) {
|
||||
console.log(tab, event)
|
||||
// console.log(tab, event)
|
||||
},
|
||||
create() {
|
||||
this.$router.push({ name: 'system-role-form' })
|
||||
|
@ -152,7 +152,7 @@ export default {
|
||||
this.formInline = response.data
|
||||
this.formInline.ssl = this.formInline.ssl === 'true'
|
||||
this.formInline.tls = this.formInline.tls === 'true'
|
||||
console.log(this.formInline)
|
||||
// console.log(this.formInline)
|
||||
this.$nextTick(() => {
|
||||
this.$refs.formInline.clearValidate()
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user