Browse Source

Merge tag 'Hotfix-zh-216' into develop

Finish Hotfix-zh-215
Howie 3 năm trước cách đây
mục cha
commit
041caea8a2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/supply/policy/components/retail_detail.vue

+ 1 - 1
src/views/supply/policy/components/retail_detail.vue

@@ -663,7 +663,7 @@ export default {
       if (!time) {
         return obj ? obj.label : ''
       } else {
-        return val === 'SAVE' && time ? '驳回' : obj.label
+        return val === 'SAVE' && time ? '驳回' : (obj && obj.label) ?obj.label:''
       }
     }
   },