Vincent 4 月之前
父節點
當前提交
b6f8129f3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/Form/Freemium/Event.vue

+ 1 - 1
components/Form/Freemium/Event.vue

@@ -58,7 +58,7 @@
 
         <UiInputAutocompleteApiResources
           v-if="!newPlace"
-          :model-value="proxyEntity.place"
+          v-model="proxyEntity.place"
           field="place"
           :model="PlaceSearchItem"
           list-value="id"