feat: 分组追加商品修复

This commit is contained in:
duan
2025-03-18 16:04:30 +08:00
parent 14d3ffb4cf
commit 188aad8035
6 changed files with 17 additions and 35 deletions

View File

@@ -124,7 +124,6 @@ function add() {
async function handleEdit(row) {
// 查看记录
const res = await API.record(row.id)
console.log(res, '2222')
datas.storingWineList = res
// 有图片
// datas.DialogForm.goodsImageUrl = res.goodsImageUrl.split(',')