Browse Source

修改

master
yangzhou-cyber 3 years ago
parent
commit
92f64df0ad
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/views/chain/coordinationManage/applyCooperation.vue

+ 2
- 1
src/views/chain/coordinationManage/applyCooperation.vue View File

@@ -180,7 +180,8 @@ export default {
this.loading=true;
applyApi.exportList(Object.assign({sheetName:"链长制配合申请列表", isApply: 1},data)).then(res=>{
if(res.data.code == 0) {
window.open(res.data.data);
// window.open(res.data.data);
window.location.href=res.data.data
this.$message({
type:"success",
message:"导出成功"

Loading…
Cancel
Save