Sfoglia il codice sorgente

Merge branch 'master' of http://139.196.39.194:9021/chenc/sen-yu-new-web

huxy 1 anno fa
parent
commit
5a5e50aab2
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/views/shipment-details/shipmentList.vue

+ 2 - 1
src/views/shipment-details/shipmentList.vue

@@ -901,7 +901,8 @@ export default {
       if(yesA == 'yes'){
         this.loading = true
         exportXls(obj).then(res =>{
-        if(!res){
+          debugger
+        if(res.message){
           this.loading = false
           this.$message.error(res.message)
         }else{