bug
This commit is contained in:
@@ -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'
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user