This commit is contained in:
shijingjing
2022-02-07 15:55:15 +08:00
parent 2d4fe614c8
commit 0aa1a89d9c

View File

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