mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-11 00:21:53 +08:00
订单列表:列表重构: 完善订单发货、修改地址、订单调价、订单备注
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