This commit is contained in:
2020-03-04 22:37:25 +00:00
parent 502b5a7590
commit 28e2b61a34
5 changed files with 10 additions and 17 deletions

View File

@@ -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) {