lkk
2024-12-16 c7b33db117fd2893d7d1c93bf5d46e87d33e44d0
src/components/Packagese/index.vue
@@ -88,16 +88,22 @@
    },
    methods: {
        getAllList(){
            this.loading = true;
            this.openone = true
            getTjHyBgList(this.queryParams).then(res => {
                this.dataList = res.data
                this.loading = false;
            })
        },
        getList() {
            this.loading = true;
            this.openone = false
            Packagestlist(this.queryParams).then(res => {
                this.dataList = res.rows
                this.loading = false;
            })
        },
        handleQuery() {
            // if(this.openone == false){