log接口

This commit is contained in:
qq787203167
2022-02-24 19:09:24 +08:00
parent 05724addaf
commit b0b25d6cde
@@ -180,7 +180,7 @@
documentId:this.$route.query.id
}
this.loading = true
postAction(this.url.list, query).then((res) => {
getAction(this.url.list, query).then((res) => {
if (res.success) {
this.dataSource = res.result.records
this.total = res.result.total