Parcourir la source

模块默认启用

DESKTOP-SVI9JE1\muzen il y a 2 ans
Parent
commit
ee3186a23a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/operation/recommend/detail.vue

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

@@ -300,6 +300,7 @@ export default {
       this.module.map(i => {
         obj[i] = i === 'childList' ? [] : i === 'module' ? {} : ''
       })
+      obj.status = 0
       this.form.push(obj)
     },