ruoyi-ui/src/views/note/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/views/note/index.vue
@@ -649,11 +649,21 @@ this.$modal.msgSuccess("删除成功"); }).catch(() => {}); }, /** 导出按钮操作 */ handleExport() { const Ids = this.ids; if(Ids.length==0) { this.download('family/property/export', { ...this.queryParams }, `property_${new Date().getTime()}.xlsx`) } else{ this.download('/zfEquipment/export1/'+Ids, { }, `property_${new Date().getTime()}.xlsx`) } }, /** 导入操作*/ handleEnport(params){