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){