a
This commit is contained in:
@@ -64,7 +64,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();
|
||||
});
|
||||
@@ -73,7 +73,7 @@ export default {
|
||||
this.list = [];
|
||||
this.indexArray=[];
|
||||
getContantByDeptStatic(this.dataForm).then(response =>{
|
||||
this.list = response.data.data;
|
||||
this.list = response.data;
|
||||
})
|
||||
},
|
||||
exportExcel: function(form,url) {
|
||||
|
||||
Reference in New Issue
Block a user