Howie 3 rokov pred
rodič
commit
e3ea0a1d66

+ 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:''
       }
     }
   },