fix(OrderApproval): 修正订单详情跳转参数
This commit is contained in:
parent
5ad39b169e
commit
747fe2cfb2
@ -87,7 +87,7 @@ const {proxy} = getCurrentInstance()
|
|||||||
const {bus_isrush_state, bus_acperiod_state} = proxy.useDict(['bus_isrush_state', 'bus_acperiod_state'])
|
const {bus_isrush_state, bus_acperiod_state} = proxy.useDict(['bus_isrush_state', 'bus_acperiod_state'])
|
||||||
const props = defineProps(['items'])
|
const props = defineProps(['items'])
|
||||||
const handleDetail = (raw) => {
|
const handleDetail = (raw) => {
|
||||||
proxy.$tab.navigateTo(`/pages/work/OrderApproval/OrderDetail?id=${raw}`)
|
proxy.$tab.navigateTo(`/pages/work/OrderApproval/OrderDetail?id=${raw.saleid}`)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user