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

This commit is contained in:
puhui999
2023-08-22 17:42:20 +08:00
parent be143ea21b
commit 83e780da06
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'))