Explorar el Código

修改

master
yangzhou-cyber hace 3 años
padre
commit
92f64df0ad
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/views/chain/coordinationManage/applyCooperation.vue

+ 2
- 1
src/views/chain/coordinationManage/applyCooperation.vue Ver fichero

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

Cargando…
Cancelar
Guardar