|
@@ -204,7 +204,7 @@ export default {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
let index = this.goodsList.findIndex(item=>{
|
|
let index = this.goodsList.findIndex(item=>{
|
|
- return item.deliveryFlowId
|
|
|
|
|
|
+ return item.deliveryTime
|
|
})
|
|
})
|
|
if(index != -1){
|
|
if(index != -1){
|
|
this.msgError(`${ this.goodsList[index].title }已发货!`);
|
|
this.msgError(`${ this.goodsList[index].title }已发货!`);
|