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