Browse Source

fix--维权记录查不到

master
parent
commit
2ad26d9326
  1. 2
      src/views/rightsComfort/Rights.vue

2
src/views/rightsComfort/Rights.vue

@ -234,7 +234,7 @@ const list = ref([]);
const query = ref({ const query = ref({
current: 1, current: 1,
size: 10, size: 10,
code:'2' // code:'2'
}); });
const total = ref(0); const total = ref(0);
const loading = ref(false); const loading = ref(false);

Loading…
Cancel
Save