bugfix:アプリフィールド選択のフィールド種別指定修正

This commit is contained in:
2024-06-11 18:10:04 +09:00
parent 47dbaaf87d
commit e52b02ec7f

View File

@@ -82,7 +82,7 @@
</div> </div>
<div class="row"> <div class="row">
<field-select ref="fieldDlg" name="フィールド" :type="selectType" <field-select ref="fieldDlg" name="フィールド" :type="selectType"
:appId="selectedField.app?.id" not_page :filter="fieldFilter" :selectedFields="selectedField.fields"></field-select> :appId="selectedField.app?.id" not_page :filter="fieldFilter" :selectedFields="selectedField.fields" :fieldTypes="fieldTypes"></field-select>
</div> </div>
</div> </div>
</div> </div>
@@ -99,7 +99,7 @@
</template> </template>
</q-input> </q-input>
</template> </template>
<AppSelect ref="appDlg" name="アプリ" type="single" :filter="filter" :fieldTypes="fieldTypes"></AppSelect> <AppSelect ref="appDlg" name="アプリ" type="single" :filter="filter" ></AppSelect>
</show-dialog> </show-dialog>
</template> </template>