|
@@ -311,7 +311,7 @@
|
|
if(data){
|
|
if(data){
|
|
queryParams.value.project = data;
|
|
queryParams.value.project = data;
|
|
}
|
|
}
|
|
- defHttp.get({ url: '/saleCode/saleDelivery/list',params}, { isTransformResponse: false })
|
|
|
|
|
|
+ defHttp.get({ url: '/saleCode/saleDelivery/queryPageListInvoice',params}, { isTransformResponse: false })
|
|
.then((res) => {
|
|
.then((res) => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
dataSource.value = res.result.records;
|
|
dataSource.value = res.result.records;
|