diff --git a/admin/src/views/qa/problem.vue b/admin/src/views/qa/problem.vue index cd8531da..4d7c95d0 100644 --- a/admin/src/views/qa/problem.vue +++ b/admin/src/views/qa/problem.vue @@ -23,8 +23,8 @@
  • - 下载图片 - 下载行程 + 下载图片 + 下载行程
  • @@ -59,6 +59,16 @@ export default { this.getQaLists = res.data.data }) }, + handleZip(url){ + if(url){ + window.open(url) + }else{ + this.$message({ + showClose: true, + message: '暂无下载链接' + }) + } + }, load(){ console.log('load') },