This commit is contained in:
parent
b5b2ac05cf
commit
93eb959c9d
|
|
@ -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