소스 검색

修改

master
yangzhou-cyber 3 년 전
부모
커밋
92f64df0ad
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/views/chain/coordinationManage/applyCooperation.vue

+ 2
- 1
src/views/chain/coordinationManage/applyCooperation.vue 파일 보기

@@ -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…
취소
저장