linwe
2023-12-25 e8117f57adcb46f59030d1a3feba767c06be207b
src/views/article/articleComment.vue
@@ -16,7 +16,7 @@
</template>
<script>
  import {
    getList,
    getPageList,
    remove,
    update,
    add,
@@ -167,7 +167,7 @@
          ...params,
        };
        this.loading = true;
        getList(page.currentPage, page.pageSize, values).then((res) => {
        getPageList(page.currentPage, page.pageSize, values).then((res) => {
          const data = res.data.data;
          this.page.total = data.total;
          this.dataList = data.records;
@@ -184,4 +184,4 @@
</script>
<style>
</style>
</style>