|
@@ -510,9 +510,9 @@ export default {
|
|
|
this.parmValue.inv_status = this.inv_status; //发票核销状态
|
|
|
let res = {};
|
|
|
if (this.business_companyNo === "1") {
|
|
|
- res = await asyncRequest.list(this.parmValue);
|
|
|
+ res = await asyncRequest.qrdlist(this.parmValue);
|
|
|
} else {
|
|
|
- res = await asyncAoldRequest.list(this.parmValue);
|
|
|
+ res = await asyncAoldRequest.qrdlist(this.parmValue);
|
|
|
}
|
|
|
const { code, data, message } = res;
|
|
|
if (code === 0) {
|