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