wjj 14 小時之前
父節點
當前提交
c253b73f61
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/hisStore/components/productOrder.vue

+ 1 - 1
src/views/hisStore/components/productOrder.vue

@@ -609,7 +609,7 @@ export default {
     this.getDicts("store_order_delivery_status").then((response) => {
       this.deliveryStatusOptions = response.data;
     });
-    this.getDicts("store_order_delivery_type").then((response) => {
+    this.getDicts("sys_delivery_type").then((response) => {
       this.deliveryTypeOptions = response.data;
     });