zhaoke 9 月之前
父節點
當前提交
c8d2296ee3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/newBagDetails/components/baggageView.vue

+ 1 - 1
src/views/newBagDetails/components/baggageView.vue

@@ -190,7 +190,7 @@ export default {
             item.bagStatus = _.cloneDeep(this.stepNodes)
           })
           this.tableDataCopy.push(...returnData)
-          //this.tableDataCopy = _.uniqBy(this.tableDataCopy, 'carrierFlights')
+          this.tableDataCopy = _.uniqBy(this.tableDataCopy, 'ID')
           // this.tableDataCopy = this.tableDataCopy.sort((a, b) => Date.parse(a.carrierFlightsDate) - Date.parse(b.carrierFlightsDate))
           this.tableDataCopy.forEach(item => {
             item.bagStatus.map(p => {