su
su1124
2024-04-26 00212ed8e808fc7b76c04389224e65f27f074fb2
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){