shizhongqi 8 месяцев назад
Родитель
Сommit
eea2b303a6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      mallApp/src/components/app-delivery.vue

+ 2 - 2
mallApp/src/components/app-delivery.vue

@@ -126,7 +126,7 @@ import TuiListCell from "@/components/plugin/list-cell";
 import AppDatePicker from "@/components/app-date-picker";
 import SimpleAddress from "@/components/plugin/simple-address";
 import AppAreaSel from "@/components/app-area-sel";
-import { getAllDeliveryQuotes } from "@/api/express/delivery";
+import { allDeliveryQuotes } from "@/api/express/delivery";
 
 export default {
   name: "app-delivery-module",
@@ -301,7 +301,7 @@ export default {
       this.selectedDeliveryIndex = -1;
       this.selectedDeliveryData = null;
       
-      getAllDeliveryQuotes({
+      allDeliveryQuotes({
         weight: this.allCountFun.weight,
         selectList: [], // 根据需要传递
         remark: this.form.remark,