新增资产权证转让管理部分页面增加分页

This commit is contained in:
唐明明
2021-09-22 17:37:58 +08:00
parent b7cacb38c7
commit b06e4f8109
24 changed files with 4646 additions and 1577 deletions

View File

@@ -18,7 +18,8 @@ const mall = data => {
// 商品列表
const list = data => {
return request({
url: "mall/goods"
url: "mall/goods",
data
})
}