|
|
@@ -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,
|