This commit is contained in:
@@ -687,6 +687,12 @@ export default {
|
|||||||
if (triggeringChange || vm.formState.loading) {
|
if (triggeringChange || vm.formState.loading) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("gzform::fieldValueChanged, values:", {
|
||||||
|
ref: ref,
|
||||||
|
formstate: vm.formState
|
||||||
|
});
|
||||||
|
|
||||||
//If ref appears in the formState.serverErrors details collection, remove each one
|
//If ref appears in the formState.serverErrors details collection, remove each one
|
||||||
let m = window.$gz._.remove(vm.formState.serverError.details, function(
|
let m = window.$gz._.remove(vm.formState.serverError.details, function(
|
||||||
o
|
o
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container fluid>
|
<v-container fluid>
|
||||||
<gz-report-selector ref="reportSelector"></gz-report-selector>
|
<gz-report-selector ref="reportSelector"></gz-report-selector>
|
||||||
<!-- {{ formState }} -->
|
{{ formState }}
|
||||||
<v-row v-if="formState.ready">
|
<v-row v-if="formState.ready">
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
|
|||||||
Reference in New Issue
Block a user