This commit is contained in:
@@ -434,7 +434,6 @@ export default {
|
||||
vm.$route.params.headofficeid &&
|
||||
vm.$route.params.headofficeid != 0
|
||||
) {
|
||||
console.log(vm.$route.params.headofficeid);
|
||||
vm.obj.headOfficeId = vm.$route.params.headofficeid;
|
||||
vm.obj.userType = 4;
|
||||
} else {
|
||||
|
||||
@@ -320,10 +320,7 @@ export default {
|
||||
},
|
||||
updateSave: function() {
|
||||
let hasSelection = this.toUsers.length > 0;
|
||||
console.log("UpdateSaveCalled: ", {
|
||||
formstate: this.formState,
|
||||
hasSelection: hasSelection
|
||||
});
|
||||
|
||||
//enable / disable save button
|
||||
if (
|
||||
this.formState.dirty &&
|
||||
|
||||
@@ -41,7 +41,6 @@ export default {
|
||||
);
|
||||
|
||||
if (vm.objectId && vm.objectId != 0 && vm.objectType) {
|
||||
console.log("reviews created:", { type: vm.objectType, id: vm.objectId });
|
||||
//pre-filter
|
||||
vm.metaView = JSON.stringify([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user