Browse Source

出运明细-导出

jingbb 1 năm trước cách đây
mục cha
commit
993f7bbc3e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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{