Explorar o código

修复 如果有跳转方式 删除附带组件

DESKTOP-2S67K1S\31396 %!s(int64=2) %!d(string=hai) anos
pai
achega
212dc29809
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      src/views/operation/recommend/detail.vue

+ 6 - 0
src/views/operation/recommend/detail.vue

@@ -446,6 +446,12 @@ export default {
         if (key !== 'id') {
           item[key] = key === 'childrenList' ? [] : key === 'module' ? {} : ''
         }
+        // 如果有跳转方式 删除附带组件
+        if (key === 'forwardType') {
+          delete item.contentName,
+            delete item.forwardUrl,
+            delete item.contentId
+        }
       }
     },