Kaynağa Gözat

修改

master
yangzhou-cyber 3 yıl önce
ebeveyn
işleme
92f64df0ad
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      src/views/chain/coordinationManage/applyCooperation.vue

+ 2
- 1
src/views/chain/coordinationManage/applyCooperation.vue Dosyayı Görüntüle

@@ -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:"导出成功"

Yükleniyor…
İptal
Kaydet