Quellcode durchsuchen

Finish Hotfix-zh-215

Howie vor 3 Jahren
Ursprung
Commit
e08151ff93
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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:''
       }
     }
   },