This commit is contained in:
guochunsi
2026-01-14 11:41:04 +08:00
parent d0c8ea0223
commit 6055033289
49 changed files with 2043 additions and 1740 deletions

View File

@@ -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) {