Lou
2024-04-26 fef1eac2938a866c97895c2f176e7586be7ed38d
subPackage/school/security.vue
@@ -187,6 +187,7 @@
            isShowPopup: false,
            selectedPlace: {},
            placeList: [],
            placeName: ""
         }
      },
      async onLoad(option) {
@@ -215,8 +216,7 @@
               current: 1,
               size: 10,
               isPerfect: 2,
               placeName: this.placeName,
               isNine: 1
               placeName: this.placeName
            }).then(res => {
               this.placeList = res.data.records;
            })