菜品不可销售状态修改

This commit is contained in:
GaoHao
2025-04-21 13:29:37 +08:00
parent acad1cd067
commit 27a8d6894e
13 changed files with 176 additions and 34 deletions

View File

@@ -519,7 +519,7 @@
}))
}
if( msg.status == 0 ){
infoBox.showToast('添加失败')
infoBox.showToast(msg.msg||'操作失败')
return false;
}