Commit 80866bdc authored by zhengke's avatar zhengke

修复bug

parent 51723ba7
......@@ -100,7 +100,9 @@
<div class="row q-mt-md">
<el-select v-model="queryObj.CountryName" filterable class="m-2" placeholder="请选择国家"
@change="getCountryId">
<el-option label="不限" value=""/>
<el-option key="不限"
label="不限"
value="不限" />
<el-option
v-for="item in dispositionObj.CountryList"
:key="item.CountryValue"
......@@ -386,7 +388,7 @@
const slidesStore = useSlidesStore()
const { title, slides, slideIndex, viewportRatio } = storeToRefs(slidesStore)
const titleValue = ref('')
titleValue.value = title.value
if(title.value!='未命名演示文稿') titleValue.value = title.value
const coverImgStore = useScreenStore()
const isCoverImgStore = useScreenStore()
const { model, ConfigId, TemplateDataSource, TemplateType, CoverImg, isCoverImg, TempId, SourceLoading } = storeToRefs(useScreenStore())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment