This commit is contained in:
@@ -688,10 +688,11 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log("gzform::fieldValueChanged, values:", {
|
||||
ref: ref,
|
||||
formstate: vm.formState
|
||||
});
|
||||
// console.log("gzform::fieldValueChanged, values:", {
|
||||
// ref: ref,
|
||||
// objValue: vm[ref],
|
||||
// refValue: vm.$refs[ref].value
|
||||
// });
|
||||
|
||||
//If ref appears in the formState.serverErrors details collection, remove each one
|
||||
let m = window.$gz._.remove(vm.formState.serverError.details, function(
|
||||
|
||||
Reference in New Issue
Block a user