| | |
| | | |
| | | |
| | | //导入接口函数 |
| | | import {listWish, getWish, addWish,updateWish, delWish,uploadPic,downloadModel} from "@/api/wish/index"; |
| | | import {enload} from "@/api/doctor"; |
| | | import {listWish, getWish, addWish,updateWish, delWish,uploadPic,downloadModel,enload} from "@/api/wish/index"; |
| | | |
| | | import {Message} from "element-ui"; |
| | | |
| | | |
| | |
| | | |
| | | if(Ids.length==0) |
| | | { |
| | | this.download('zIdea/export', { |
| | | this.download('/zIdea/export', { |
| | | ...this.queryParams |
| | | }, `zIdea_${new Date().getTime()}.xlsx`) |
| | | }else{ |
| | | this.download('zIdea/export1/'+Ids, { |
| | | this.download('/zIdea/export1/'+Ids, { |
| | | }, `zIdea_${new Date().getTime()}.xlsx`) |
| | | } |
| | | }, |