调整竞赛报名参赛路径弹框复制
This commit is contained in:
parent
8e1d552d18
commit
991af46e9a
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<QueryListPage ref="queryListPage" :pager-config="pagerConfig" :query-form="queryForm" :query-list="queryList" />
|
||||
<create-race ref="createRace" :map-list="mapList" @refresh="refresh" />
|
||||
<input id="competition-manage-url" v-model="url" :v-show="false">
|
||||
<input v-show="showInput" id="competition-manage-url" v-model="url">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -19,6 +19,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
cityList: [],
|
||||
showInput: false,
|
||||
lineCodeList: [],
|
||||
pagerConfig: {
|
||||
pageSize: 'pageSize',
|
||||
|
Loading…
Reference in New Issue
Block a user