whychdw
2020-07-10 a3f3b2f070a392f1a29317965450e721b99e7706
Merge branch 'hdw' of http://118.89.139.230:10101/r/equip_system_web into hdw
1个文件已修改
17 ■■■■■ 已修改文件
src/api/services/file/index.js 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/services/file/index.js
@@ -11,5 +11,22 @@
            url: 'Devdata_historyAction!serchAllFileById',
            data: 'json='+JSON.stringify(data)
        });
    },
    /**
     * 文件下载
     * PageName:fileout
     * dev_id:1001
     * dev_name:1号舱段子站,2号舱段子站
     * table_name:2020_07_02
     * states:1号直流主配电板电压&&1&&V,1号蓄电池组电压&&1&&V
     */
    download (data) {
        return axios({
            method: 'post',
            url: 'ExportTable.servlet',
            data: data
        });
    }
}