更新
This commit is contained in:
@@ -396,11 +396,11 @@
|
|||||||
addressId: addressArr[0].id
|
addressId: addressArr[0].id
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
Message.error("店铺【" + mallInfo.name + "】未设置默认发货地址,将无法自动创建发货单")
|
Message.error("店铺【" + mallInfo.mallName + "】未设置默认发货地址,将无法自动创建发货单")
|
||||||
}
|
}
|
||||||
this.getAddressInfo(index + 1)
|
this.getAddressInfo(index + 1)
|
||||||
} else {
|
} else {
|
||||||
this.getAddressInfo(index)
|
Message.error("店铺【" + mallInfo.mallName + "】获取默认发货址失败,将无法自动创建发货单")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -285,11 +285,11 @@
|
|||||||
addressId: addressArr[0].id
|
addressId: addressArr[0].id
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
Message.error("店铺【" + mallInfo.name + "】未设置默认发货地址,将无法自动创建发货单")
|
Message.error("店铺【" + mallInfo.mallName + "】未设置默认发货地址,将无法自动创建发货单")
|
||||||
}
|
}
|
||||||
this.getAddressInfo(index + 1)
|
this.getAddressInfo(index + 1)
|
||||||
} else {
|
} else {
|
||||||
this.getAddressInfo(index)
|
Message.error("店铺【" + mallInfo.mallName + "】获取默认发货址失败,将无法自动创建发货单")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user