|
@@ -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', {
|