소스 검색

模块默认启用

DESKTOP-SVI9JE1\muzen 2 년 전
부모
커밋
ee3186a23a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)
     },