Commit 5b39a3141ff1a6fb6052f2b36e072e4f4c947698
1 parent
718f3a0e
url带问号
Showing
9 changed files
with
9 additions
and
9 deletions
src/views/event/category/index.vue
| ... | ... | @@ -191,7 +191,7 @@ onMounted(() => { |
| 191 | 191 | <div class="page-container"> |
| 192 | 192 | <!-- <h1>活动分类</h1> --> |
| 193 | 193 | <el-row style="padding-bottom: 20px"> |
| 194 | - <el-form :inline="true" label-width="70px"> | |
| 194 | + <el-form :inline="true" label-width="70px" @submit.native.prevent> | |
| 195 | 195 | <el-form-item label="名称"> |
| 196 | 196 | <el-input |
| 197 | 197 | v-model.trim="data.params.query.name" | ... | ... |
src/views/event/feedback/index.vue
| ... | ... | @@ -122,7 +122,7 @@ onMounted(() => { |
| 122 | 122 | <div class="page-container"> |
| 123 | 123 | <!-- <h1>活动评价</h1> --> |
| 124 | 124 | <el-row style="padding-bottom: 20px"> |
| 125 | - <el-form :inline="true" label-width="70px"> | |
| 125 | + <el-form :inline="true" label-width="70px" @submit.native.prevent> | |
| 126 | 126 | <el-form-item label="名称"> |
| 127 | 127 | <el-input |
| 128 | 128 | v-model.trim="data.params.query.handworkName" | ... | ... |
src/views/event/handwork/index.vue
| ... | ... | @@ -169,7 +169,7 @@ onMounted(() => { |
| 169 | 169 | <div class="page-container"> |
| 170 | 170 | <!-- <h1>手工活动</h1> --> |
| 171 | 171 | <el-row style="padding-bottom: 20px"> |
| 172 | - <el-form :inline="true" label-width="70px"> | |
| 172 | + <el-form :inline="true" label-width="70px" @submit.native.prevent> | |
| 173 | 173 | <el-form-item label="名称"> |
| 174 | 174 | <el-input |
| 175 | 175 | v-model.trim="data.params.query.name" | ... | ... |
src/views/event/handwork/signup.vue
| ... | ... | @@ -93,7 +93,7 @@ onMounted(() => { |
| 93 | 93 | <div class="page-container"> |
| 94 | 94 | <!-- <h1>报名信息</h1> --> |
| 95 | 95 | <el-row style="padding-bottom: 20px"> |
| 96 | - <el-form :inline="true" label-width="70px"> | |
| 96 | + <el-form :inline="true" label-width="70px" @submit.native.prevent> | |
| 97 | 97 | <el-form-item label="名称"> |
| 98 | 98 | <el-input |
| 99 | 99 | v-model.trim="data.params.query.name" | ... | ... |
src/views/property/index.vue
| ... | ... | @@ -126,7 +126,7 @@ onMounted(() => { |
| 126 | 126 | <div class="page-container"> |
| 127 | 127 | <h1>入驻列表</h1> |
| 128 | 128 | <el-row style="padding-bottom: 20px"> |
| 129 | - <el-form :inline="true" label-width="70px"> | |
| 129 | + <el-form :inline="true" label-width="70px" @submit.native.prevent> | |
| 130 | 130 | <el-form-item label="公司名称"> |
| 131 | 131 | <el-input |
| 132 | 132 | v-model.trim="data.params.query.name" | ... | ... |
src/views/repair/index.vue
| ... | ... | @@ -129,7 +129,7 @@ onMounted(() => { |
| 129 | 129 | <div class="page-container"> |
| 130 | 130 | <h1>工单列表</h1> |
| 131 | 131 | <el-row style="padding-bottom: 20px"> |
| 132 | - <el-form :inline="true" label-width="70px"> | |
| 132 | + <el-form :inline="true" label-width="70px" @submit.native.prevent> | |
| 133 | 133 | <el-form-item label="时间"> |
| 134 | 134 | <el-date-picker |
| 135 | 135 | v-model="value1" | ... | ... |
src/views/role/index.vue
| ... | ... | @@ -125,7 +125,7 @@ onMounted(() => { |
| 125 | 125 | <div class="page-container"> |
| 126 | 126 | <h1>角色列表</h1> |
| 127 | 127 | <el-row style="padding-bottom: 20px"> |
| 128 | - <el-form :inline="true" label-width="70px"> | |
| 128 | + <el-form :inline="true" label-width="70px" @submit.native.prevent> | |
| 129 | 129 | <el-form-item label="角色名"> |
| 130 | 130 | <el-input |
| 131 | 131 | v-model.trim="data.params.query.roleName" | ... | ... |
src/views/system/log.vue
| ... | ... | @@ -90,7 +90,7 @@ onMounted(() => { |
| 90 | 90 | <div class="page-container"> |
| 91 | 91 | <h1>日志管理</h1> |
| 92 | 92 | <el-row style="padding-bottom: 20px"> |
| 93 | - <el-form :inline="true" label-width="70px"> | |
| 93 | + <el-form :inline="true" label-width="70px" @submit.native.prevent> | |
| 94 | 94 | <el-form-item label="IP"> |
| 95 | 95 | <el-input |
| 96 | 96 | v-model.trim="data.params.query.ip" | ... | ... |
src/views/user/index.vue
| ... | ... | @@ -139,7 +139,7 @@ onMounted(() => { |
| 139 | 139 | <div class="page-container"> |
| 140 | 140 | <h1>用户列表</h1> |
| 141 | 141 | <el-row style="padding-bottom: 20px"> |
| 142 | - <el-form :inline="true" label-width="70px"> | |
| 142 | + <el-form :inline="true" label-width="70px" @submit.native.prevent> | |
| 143 | 143 | <el-form-item label="用户名"> |
| 144 | 144 | <el-input |
| 145 | 145 | v-model.trim="data.params.query.userName" | ... | ... |