订单列表:列表重构: 完善订单发货、修改地址、订单调价、订单备注

(cherry picked from commit 83e780da06)
This commit is contained in:
puhui999
2023-08-22 17:42:20 +08:00
committed by shizhong
parent 99ef6f83ba
commit 300cfe694b
2 changed files with 3 additions and 9 deletions

View File

@ -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'))