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