perf(标准法规清单): 列表修改

This commit is contained in:
zyn
2024-02-01 10:57:06 +08:00
parent e63d476ce7
commit e81f375453
@@ -295,7 +295,8 @@ export default {
}
this.$http._getData(this.url.page, this.searchForm, config).then(res => {
if(res.ok) {
this.data = res.data
this.data = res.data.list
this.searchForm.total = res.data.count
}
})
},