Browse Source

Merge branch 'new_ll' into new

luolei 5 years ago
parent
commit
ce12f6f167
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/AddContent.vue

+ 1 - 1
src/components/AddContent.vue

@@ -122,8 +122,8 @@ export default {
           }
         }
         this.allStr=getAllStr({data:tmpTrdData&&tmpTrdData[0].moduleDetailDTOList,type:this.allMoudles&&this.allMoudles.type}).allStr
+        this.$store.commit('setDataAll',{data:data,idx:idx});
       }
-      this.$store.commit('setDataAll',{data:data,idx:idx});
       this.$nextTick(()=>{
         this.scroll.refresh()
       })