Commit 16e7beae authored by 武广's avatar 武广

fix: 修改关闭不了弹窗问题

parent f221646c
......@@ -174,8 +174,8 @@ const ServiceGoods = options => {
// 新增外卖商品 关闭之后列表到跳转对应分组的下
if (
!isEdit &&
+sendData.type === 5 &&
sendData &&
+sendData.type === 5 &&
sendData.storageRackIds &&
sendData.storageRackIds.length > 0
) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment