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

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

parent f221646c
...@@ -174,8 +174,8 @@ const ServiceGoods = options => { ...@@ -174,8 +174,8 @@ const ServiceGoods = options => {
// 新增外卖商品 关闭之后列表到跳转对应分组的下 // 新增外卖商品 关闭之后列表到跳转对应分组的下
if ( if (
!isEdit && !isEdit &&
+sendData.type === 5 &&
sendData && sendData &&
+sendData.type === 5 &&
sendData.storageRackIds && sendData.storageRackIds &&
sendData.storageRackIds.length > 0 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