Merge branch 'main' of http://47.115.223.229:8888/yangjun/hldy_app_mini
This commit is contained in:
commit
c0df42ed19
|
|
@ -202,21 +202,7 @@
|
||||||
() => props.show,
|
() => props.show,
|
||||||
() => {
|
() => {
|
||||||
if (props.show == true) {
|
if (props.show == true) {
|
||||||
console.log(`111`,props.arrlist)
|
generatedOrder.value = props.arrlist;
|
||||||
generatedPurchaseViewOrder(props.arrlist).then(res => {
|
|
||||||
console.log("咋回事",res)
|
|
||||||
console.log(res.result)
|
|
||||||
if(res.success){
|
|
||||||
generatedOrder.value = res.result;
|
|
||||||
}else{
|
|
||||||
uni.showToast({
|
|
||||||
title: res.message,
|
|
||||||
icon: 'none',
|
|
||||||
duration:5000
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue