电子结算单

This commit is contained in:
2024-04-16 17:16:00 +08:00
parent a0b52f8a4c
commit dfbafd8ea8
11 changed files with 1171 additions and 207 deletions

View File

@@ -66,4 +66,11 @@ export default{
data
})
},
deleteProductById(data) { // 删除商品接口
return request({
url: `/oil-mall/mobile/deleteProductById`,
method: 'post',
data
})
},
}