diff --git a/cateditor/src/pages/editor/store/index.js b/cateditor/src/pages/editor/store/index.js index 1c94bf1..dcc046e 100644 --- a/cateditor/src/pages/editor/store/index.js +++ b/cateditor/src/pages/editor/store/index.js @@ -368,6 +368,7 @@ export const store = new Vuex.Store({ let models = getters.sectionModels(section) models.push(newModel) foundSection = section + foundModels = models break } }