gqx 2 anni fa
parent
commit
9f2779dad6
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      src/views/room/guestorders.vue

+ 5 - 5
src/views/room/guestorders.vue

@@ -31,10 +31,10 @@
                 style="width: 100%"
                 placeholder="类型"
               >
-                <a-select-option :value="1">正常入住</a-select-option>
-                <a-select-option :value="2">已结账退房</a-select-option>
-                <a-select-option :value="3">先走未结</a-select-option>
-                <a-select-option :value="4">联房退房</a-select-option>
+                <a-select-option :value="-1">正常入住</a-select-option>
+                <a-select-option :value="1">已结账退房</a-select-option>
+                <a-select-option :value="2">先走未结</a-select-option>
+                <a-select-option :value="3">联房退房</a-select-option>
               </a-select>
             </a-form-item>
           </a-col>
@@ -276,7 +276,7 @@ export default {
       dictOptions: {},
       superFieldList: [],
       hotelList: [],
-      queryParam: { type: 1, livingStatus: 1, bookingStatus: 1 },
+      queryParam: { type: 1, livingStatus: -1, bookingStatus: 1 },
     };
   },
   created() {