事件上报

This commit is contained in:
liuye
2023-05-08 11:58:42 +08:00
parent 009128e068
commit 051627f53b

View File

@@ -77,7 +77,7 @@ export default {
return //当数据总量和列表总量一样时,不用再加载数据
}
this.$loading()
this.$instance.post(`/app/appresidentreportinfo/list`, null, {
this.$instance.post(`/app/appresidentreportinfo/listByApplet`, null, {
params: {
current: this.current, size: 15
}