|
|
@@ -553,6 +553,7 @@
|
|
|
const id = params['id'] as string | null
|
|
|
const orderTypeParam = params['orderType'] as string | null
|
|
|
if (id != null && orderTypeParam != null) {
|
|
|
+ orderType.value = orderTypeParam
|
|
|
// 先尝试从参数中获取orderType
|
|
|
const orderTypeNumber = parseInt(orderTypeParam)
|
|
|
loadDetail(id, orderTypeNumber)
|