a
This commit is contained in:
@@ -68,7 +68,7 @@ export default {
|
||||
init(){
|
||||
let _this = this;
|
||||
list().then(data =>{
|
||||
_this.planList = data.data.data
|
||||
_this.planList = data.data
|
||||
_this.dataForm.groupId=_this.planList[0].id;
|
||||
this.getDataList();
|
||||
});
|
||||
@@ -78,8 +78,8 @@ export default {
|
||||
this.indexArray=[];
|
||||
this.dataForm.degreeOfEducation='1';
|
||||
getAreaStatic(this.dataForm).then(response =>{
|
||||
this.list = response.data.data.data;
|
||||
this.chartOption = response.data.data.option
|
||||
this.list = response.data;
|
||||
this.chartOption = response.data.option
|
||||
})
|
||||
},
|
||||
exportExcel: function(form,url) {
|
||||
|
||||
Reference in New Issue
Block a user