Преглед на файлове

Merge remote-tracking branch 'origin/master_fhhx_20250718' into master_fhhx_20250718

yuhongqi преди 3 дни
родител
ревизия
5032ae8b47
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/store/components/productOrder.vue

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

@@ -625,7 +625,7 @@ export default {
     this.getDicts("store_order_type").then((response) => {
       this.orderTypeOptions = response.data;
     });
-    this.getDicts("live_order_status").then((response) => {
+    this.getDicts("store_order_status").then((response) => {
       this.statusOptions = response.data;
     });
     this.getDicts("store_pay_type").then((response) => {