|
@@ -468,7 +468,6 @@ export default {
|
|
|
methods: {
|
|
|
// 修改状态
|
|
|
async statusChange(e, id) {
|
|
|
- console.log(e)
|
|
|
const res = await updateStatus({ status: e, id })
|
|
|
if (res.code === 200) {
|
|
|
this.get_charts()
|
|
@@ -809,7 +808,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
chartSearchFormChange(key, value) {
|
|
|
- console.log(key, value, this.chartSearchFormRenderData)
|
|
|
this.searchForm[key] = value
|
|
|
},
|
|
|
updateChartSlectOption(key, option) {
|
|
@@ -823,7 +821,6 @@ export default {
|
|
|
this.chartSearchFormRenderData.map(t => {
|
|
|
t.value = this.searchForm[t.key]
|
|
|
})
|
|
|
- console.log(this.searchForm, this.chartSearchFormRenderData)
|
|
|
}
|
|
|
}
|
|
|
}
|