This commit is contained in:
2020-02-17 23:02:27 +00:00
parent 4b3bc936ce
commit 21dd50daf4
2 changed files with 9 additions and 8 deletions

View File

@@ -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"