This commit is contained in:
parent
c62a479744
commit
26e304f7d6
|
|
@ -587,9 +587,7 @@
|
|||
}
|
||||
const queryInvo = () => {
|
||||
// console.log("form", form)
|
||||
queryCgdInfoList(form).then(res => {
|
||||
console.log(form)
|
||||
console.log(res.result)
|
||||
queryCgdInfoList(form).then(res => {
|
||||
InvoicingList.value.push(...res.result.records);
|
||||
// console.log("chu", InvoicingList.value)
|
||||
detailform.wlId = InvoicingList.value[0].wlId
|
||||
|
|
|
|||
Loading…
Reference in New Issue