This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 &&
|
||||||
|
|||||||
@@ -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([
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user