|
@@ -390,7 +390,7 @@ $containerID = 'edit-omega-pe-' . rand(10,100);
|
|
}
|
|
}
|
|
},
|
|
},
|
|
mounted: function() {
|
|
mounted: function() {
|
|
- console.log('DATA', this.data);
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
onInputChange: function(evt) {
|
|
onInputChange: function(evt) {
|
|
@@ -413,6 +413,7 @@ $containerID = 'edit-omega-pe-' . rand(10,100);
|
|
// autosave on change
|
|
// autosave on change
|
|
var dataArray = form.serializeArray();
|
|
var dataArray = form.serializeArray();
|
|
$.post(url, dataArray, function(response) {}, 'json');
|
|
$.post(url, dataArray, function(response) {}, 'json');
|
|
|
|
+ refreshSegment('omega_pe');
|
|
},
|
|
},
|
|
_autoSaveForm: function() {
|
|
_autoSaveForm: function() {
|
|
let parent = form;
|
|
let parent = form;
|