This commit is contained in:
2020-12-23 23:26:15 +00:00
parent 1883b4d1c8
commit 32a722ca71
3 changed files with 1 additions and 6 deletions

View File

@@ -434,7 +434,6 @@ export default {
vm.$route.params.headofficeid && vm.$route.params.headofficeid &&
vm.$route.params.headofficeid != 0 vm.$route.params.headofficeid != 0
) { ) {
console.log(vm.$route.params.headofficeid);
vm.obj.headOfficeId = vm.$route.params.headofficeid; vm.obj.headOfficeId = vm.$route.params.headofficeid;
vm.obj.userType = 4; vm.obj.userType = 4;
} else { } else {

View File

@@ -320,10 +320,7 @@ export default {
}, },
updateSave: function() { updateSave: function() {
let hasSelection = this.toUsers.length > 0; let hasSelection = this.toUsers.length > 0;
console.log("UpdateSaveCalled: ", {
formstate: this.formState,
hasSelection: hasSelection
});
//enable / disable save button //enable / disable save button
if ( if (
this.formState.dirty && this.formState.dirty &&

View File

@@ -41,7 +41,6 @@ export default {
); );
if (vm.objectId && vm.objectId != 0 && vm.objectType) { if (vm.objectId && vm.objectId != 0 && vm.objectType) {
console.log("reviews created:", { type: vm.objectType, id: vm.objectId });
//pre-filter //pre-filter
vm.metaView = JSON.stringify([ vm.metaView = JSON.stringify([
{ {