diff --git a/src/sass/AppSpecialPeople/detail.vue b/src/sass/AppSpecialPeople/detail.vue index ce5ecfea..3e5822fb 100644 --- a/src/sass/AppSpecialPeople/detail.vue +++ b/src/sass/AppSpecialPeople/detail.vue @@ -125,7 +125,6 @@ export default { getStatistic() { this.statisticsList = [] this.$http.post(`app/appspecialadjustment/statistic?type=0&range=0`).then((res) => { - // console.log(res); if (res.code == 0) { for (let i in res.data.map) { var obj = { @@ -140,7 +139,6 @@ export default { getStatisticMon() { this.statisticsListMon = [] this.$http.post(`app/appspecialadjustment/statistic?type=0&range=0`).then((res) => { - console.log(res); if (res.code == 0) { for(let i in res.data.monthMap){ var obj = { @@ -200,7 +198,6 @@ export default { }, del(row,indexs) { - console.log(indexs); var delUrl = ['app/appspecialdisabled/delete','app/appspecialmental/delete', 'app/appspecialadjustment/delete','app/appspecialdrug/delete','app/appspecialprison/delete' ]