فهرست منبع

Merge tag 'Hotfix-zh-216' into develop

Finish Hotfix-zh-215
Howie 3 سال پیش
والد
کامیت
041caea8a2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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:''
       }
     }
   },