Browse Source

导出报关要素选择品牌bug

java8
han\hanst 9 months ago
parent
commit
c2ab3228a6
  1. 1
      src/views/modules/ecss/declaration.vue

1
src/views/modules/ecss/declaration.vue

@ -1736,6 +1736,7 @@
exportParam.hsCodeDescType=this.hsCodeDescType
if (this.propertiesList.length>0) {
this.currentRow.brand='品牌'
exportParam.brand = '品牌'
exportParam.propertiesList = this.propertiesList
}
let error;

Loading…
Cancel
Save