This commit is contained in:
@@ -760,11 +760,6 @@ export default {
|
||||
res.data.id || vm.listViewId; //if res.data.id then a post, if null then a put and vm.listviewId has the id
|
||||
window.$gz.form.setFormSettings(vm.formKey, formSettings);
|
||||
|
||||
console.log(
|
||||
"aya-data-list-view::submit success, updated formsettings",
|
||||
formSettings
|
||||
);
|
||||
|
||||
//Logic for detecting if a post or put: if id then it was a post, if no id then it was a put
|
||||
// debugger;
|
||||
if (res.data.id) {
|
||||
|
||||
Reference in New Issue
Block a user