billisme 4 жил өмнө
parent
commit
0a6407d309

+ 1 - 1
src/views/estate/car.vue

@@ -337,7 +337,7 @@
           console.log(JSON.stringify(this.form))
         })
       },
-      "form.parkinglotId"() {
+      "form.parkingLotId"() {
           console.log(JSON.stringify(this.form))
       }
     },

+ 2 - 3
src/views/estate/parkingspace.vue

@@ -147,7 +147,7 @@
               search: true,
               searchFilterable: true,
               remote: true,
-              cascaderItem: ['parkinglotId'],
+              cascaderItem: ['parkingLotId'],
               // dicUrl: "/api/cyzh-community/residential/list?agencyId={{key}}",
               dicUrl: "/api/cyzh-community/residential/select?size=500&name={{key}}",
               // dicFormatter:(res)=>{
@@ -177,12 +177,11 @@
             // },
             {
               label: "所属车场",
-              prop: "parkinglotId",
+              prop: "parkingLotId",
               type: "select",
               search: true,
               // dicFlag: false,
               // remote: true,
-              hide:true,
               dicUrl: "/api/cyzh-estate/parkinglot/list?size=100&residentialId={{key}}",
               props: {
                 label: 'parkName',