소스 검색

feat-修复订单问题

hejie 3 년 전
부모
커밋
39e4cda329
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/szw-order-list/index.vue

+ 1 - 1
src/pages/szw-order-list/index.vue

@@ -81,7 +81,7 @@ export default {
         };
     },
     onLoad(options) {
-        this.currentType = options.status ? options.status : 1;
+        this.currentType = options.status ? options.status : 0;
     },
     onShow() {
         this.loadData();