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

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