1
This commit is contained in:
parent
7152839d60
commit
9223df562c
@ -209,7 +209,6 @@ const getDictData = async () => {
|
|||||||
text: item.dictLabel
|
text: item.dictLabel
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
orderTypeList.value = typeRes.data
|
orderTypeList.value = typeRes.data
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('获取字典数据失败:', error)
|
console.error('获取字典数据失败:', error)
|
||||||
@ -223,7 +222,6 @@ const handleDetail = (row) => {
|
|||||||
}else{
|
}else{
|
||||||
proxy.$tab.navigateTo(`/pages/work/OrderManager/components/LookDataNB?id=${row.saleid}`)
|
proxy.$tab.navigateTo(`/pages/work/OrderManager/components/LookDataNB?id=${row.saleid}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user