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