This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Xeslint-disable */
|
||||
/* XXeslint-disable */
|
||||
///////////////////////////////
|
||||
// gzform
|
||||
//
|
||||
@@ -357,7 +357,8 @@ export default {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!templateItem.required) {
|
||||
//templateItem.required is a string value, not a boolean value
|
||||
if (templateItem.required !== "true") {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<v-text-field
|
||||
v-on="on"
|
||||
v-model="formatTime"
|
||||
label
|
||||
v-bind:label="label"
|
||||
prepend-icon="fa-clock"
|
||||
@click:prepend="dlgtime = true"
|
||||
readonly
|
||||
|
||||
Reference in New Issue
Block a user