Parcourir la source

Merge tag 'Hotfix-zh-216' into develop

Finish Hotfix-zh-215
Howie il y a 3 ans
Parent
commit
041caea8a2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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:''
       }
     }
   },