对接项目库嘚变更

This commit is contained in:
sunFlower
2022-10-21 17:32:14 +08:00
parent c184964399
commit 6ded489ed5
@@ -134,7 +134,7 @@
...this.queryParam
}
this.loading = true
getAction(this.url.list, query).then((res) => {
postAction(this.url.list, query).then((res) => {
if (res.success) {
this.dataList = res.result.records || []
this.total = res.result.total