订单列表:列表重构: 完善订单发货、修改地址、订单调价、订单备注
(cherry picked from commit 83e780da06)
This commit is contained in:
@ -66,6 +66,7 @@ const submitForm = async () => {
|
||||
const data = unref(formData)
|
||||
if (radio.value === '2') {
|
||||
data.logisticsId = 0
|
||||
data.logisticsNo = ''
|
||||
}
|
||||
await TradeOrderApi.delivery(data)
|
||||
message.success(t('common.updateSuccess'))
|
||||
|
||||
Reference in New Issue
Block a user