diff --git a/src/views/rightsComfort/Rights.vue b/src/views/rightsComfort/Rights.vue index 741aaa7..6371341 100644 --- a/src/views/rightsComfort/Rights.vue +++ b/src/views/rightsComfort/Rights.vue @@ -234,7 +234,7 @@ const list = ref([]); const query = ref({ current: 1, size: 10, - code:'2' + // code:'2' }); const total = ref(0); const loading = ref(false);