Browse Source

赔偿标记点击非空判断

zhongxiaoyu 2 năm trước cách đây
mục cha
commit
8853da896f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/baggageManagement/components/baggage/index.vue

+ 1 - 1
src/views/baggageManagement/components/baggage/index.vue

@@ -496,7 +496,7 @@ export default {
       this.$refs['table']?.doLayout()
     },
     baggageBasicInfoClickHandler(prop) {
-      if (prop !== 'compensationSign') {
+      if (prop !== 'compensationSign' || !this.baggageBasicInfo[prop]) {
         return
       }
       this.$store.dispatch('app/setAbnormalBaggageQueryParams', {