소스 검색

fix: 修改订单状态

xdd 1 일 전
부모
커밋
4472de5382
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) => {