This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
{{ tempTemplate }}
|
||||
</div>
|
||||
<v-divider></v-divider> -->
|
||||
key:{{ dataListKey }}, id: {{ recordid }}
|
||||
key:{{ dataListKey }}, id: {{ listViewId }}
|
||||
<v-row v-if="this.formState.ready">
|
||||
<v-col>
|
||||
<v-form ref="form">
|
||||
@@ -43,7 +43,7 @@
|
||||
<v-row>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-select
|
||||
v-model="recordid"
|
||||
v-model="listViewId"
|
||||
:items="pickLists.availableDataListViews"
|
||||
item-text="name"
|
||||
item-value="id"
|
||||
|
||||
Reference in New Issue
Block a user