|
@@ -168,7 +168,7 @@ $formID = rand(0, 100000);
|
|
|
window.clientDXApp = new Vue({
|
|
|
el: '#dxSection',
|
|
|
data: {
|
|
|
- includeAll: true,
|
|
|
+ includeAll: false,
|
|
|
items: <?= json_encode($contentData['items']) ?>,
|
|
|
inclusion: [],
|
|
|
favorites: favorites,
|
|
@@ -182,6 +182,7 @@ $formID = rand(0, 100000);
|
|
|
this.initTitleAutoSuggest();
|
|
|
$('#dxSection [moe][initialized]').removeAttr('initialized');
|
|
|
initMoes();
|
|
|
+ this.includeChanged();
|
|
|
},
|
|
|
watch: {
|
|
|
items: {
|