Lou
2024-04-26 fef1eac2938a866c97895c2f176e7586be7ed38d
更新
2 files modified
5 ■■■■■ changed files
pages/home/index.vue 1 ●●●● patch | view | raw | blame | history
subPackage/school/security.vue 4 ●●●● patch | view | raw | blame | history
pages/home/index.vue
@@ -1074,6 +1074,7 @@
                }).then(res => {
                    if (res.code == 200) {
                        this.navToPage();
                        this.isShowModal = false;
                    }
                })
            },
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;
                })