fix: 去除 console.log console.info
This commit is contained in:
@@ -206,7 +206,7 @@ export default {
|
|||||||
this.firstShow = true // 展示操作按键
|
this.firstShow = true // 展示操作按键
|
||||||
|
|
||||||
this.panelIdInner = panelId
|
this.panelIdInner = panelId
|
||||||
console.log(chartItem)
|
// console.log(chartItem)
|
||||||
this.data = chartItem
|
this.data = chartItem
|
||||||
this.text = chartItem.param.text
|
this.text = chartItem.param.text
|
||||||
this.screenText = chartItem.param.text
|
this.screenText = chartItem.param.text
|
||||||
|
|||||||
@@ -666,7 +666,7 @@ export default {
|
|||||||
data.pens && data.pens.forEach((item, index) => {
|
data.pens && data.pens.forEach((item, index) => {
|
||||||
this.chartGetData.push({ id: item.id, res: [] })
|
this.chartGetData.push({ id: item.id, res: [] })
|
||||||
let arr = []
|
let arr = []
|
||||||
console.log(item.data.valueMappingShow)
|
// console.log(item.data.valueMappingShow)
|
||||||
if (item.data.valueMappingShow) {
|
if (item.data.valueMappingShow) {
|
||||||
arr = item.data.expressArr.map((ele) => {
|
arr = item.data.expressArr.map((ele) => {
|
||||||
let query = ele
|
let query = ele
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ export default {
|
|||||||
if (this.editRole.id) {
|
if (this.editRole.id) {
|
||||||
this.editRole.i18n = this.editRole.name
|
this.editRole.i18n = this.editRole.name
|
||||||
this.$put(this.url, this.editRole).then(res => {
|
this.$put(this.url, this.editRole).then(res => {
|
||||||
console.log(this.editRole)
|
// console.log(this.editRole)
|
||||||
this.prevent_opt.save = false
|
this.prevent_opt.save = false
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.$message({ duration: 2000, type: 'success', message: this.$t('tip.saveSuccess') })
|
this.$message({ duration: 2000, type: 'success', message: this.$t('tip.saveSuccess') })
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
console.log(this.customTableTitle)
|
// console.log(this.customTableTitle)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
showTableTooltip,
|
showTableTooltip,
|
||||||
|
|||||||
Reference in New Issue
Block a user