打印机部分类型

This commit is contained in:
duan
2024-10-11 18:25:37 +08:00
parent 82ad5973fb
commit b8e694abb9
4 changed files with 143 additions and 68 deletions

View File

@@ -190,7 +190,9 @@
viewConInfoFlowget({
shopId: uni.getStorageSync("shopId"),
conName: datas.conName,
conTypeId: d
conTypeId: d,
size:100,
page:0
}).then(res => {
datas.list = res.content
})