修改耗材字典导出问题

prod
wangwei 2 years ago
parent f911cc7f18
commit 99a95f49ba

@ -395,6 +395,9 @@ export default {
},
allExport() {
for(var i=0;i<this.list.length;i++){
this.filterQuery.uuids[i]= this.list[i].uuid
}
exportExcel(this.filterQuery)
.then((response) => {
if (response.code == 20000) {

Loading…
Cancel
Save