su
su1124
2024-01-30 b0d733958a618b9fc5ce0ee2fee5d2b146a7a748
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){