是否国家的去除默认值
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | <el-col :lg="18"> | 49 | <el-col :lg="18"> |
| 50 | <div class="panel border"> | 50 | <div class="panel border"> |
| 51 | <div class="panel-header "> | 51 | <div class="panel-header "> |
| 52 | <h3 class="panel-title" v-if="language==0">可参与报名的项目 <span>已报项目在下方查看</span></h3> | 52 | <h3 class="panel-title" v-if="language==0">可参与报名的项目 <span v-if="signInfoList.length>0">已报项目在下方查看</span></h3> |
| 53 | <h3 class="panel-title" v-else>Search Events</h3> | 53 | <h3 class="panel-title" v-else>Search Events</h3> |
| 54 | <div class="fr"> | 54 | <div class="fr"> |
| 55 | <el-input size="small" v-model="projectQuery.name" :prefix-icon="Search" @change="getProjectList" | 55 | <el-input size="small" v-model="projectQuery.name" :prefix-icon="Search" @change="getProjectList" | ... | ... |
| ... | @@ -145,7 +145,7 @@ const props = defineProps({ | ... | @@ -145,7 +145,7 @@ const props = defineProps({ |
| 145 | }) | 145 | }) |
| 146 | const data = reactive({ | 146 | const data = reactive({ |
| 147 | form: { | 147 | form: { |
| 148 | is: '0' | 148 | is: '' |
| 149 | }, | 149 | }, |
| 150 | loading: false, | 150 | loading: false, |
| 151 | countryList: [], | 151 | countryList: [], | ... | ... |
-
Please register or sign in to post a comment