|
|
@@ -189,8 +189,6 @@ export default {
|
|
|
this.$router.push({path:'/in/add',query})
|
|
|
},
|
|
|
exportGhs(){
|
|
|
- this.$message({message: '开发中',type: 'warning'})
|
|
|
- return false
|
|
|
this.$service.ghs.downloadGhs().then(res => {
|
|
|
if(res.file){
|
|
|
window.location.href = res.file
|