style:受理申请
Showing
3 changed files
with
6 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-05-24 16:20:34 | 4 | * @LastEditTime: 2023-05-24 17:07:59 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -259,6 +259,7 @@ | ... | @@ -259,6 +259,7 @@ |
259 | message: "保存成功!", | 259 | message: "保存成功!", |
260 | type: "success", | 260 | type: "success", |
261 | }); | 261 | }); |
262 | this.$store.dispatch('user/refreshPage', true); | ||
262 | } else { | 263 | } else { |
263 | this.$message({ | 264 | this.$message({ |
264 | showClose: true, | 265 | showClose: true, | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-05-24 16:21:13 | 4 | * @LastEditTime: 2023-05-24 17:08:05 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -283,6 +283,7 @@ | ... | @@ -283,6 +283,7 @@ |
283 | message: "保存成功!", | 283 | message: "保存成功!", |
284 | type: "success", | 284 | type: "success", |
285 | }); | 285 | }); |
286 | this.$store.dispatch('user/refreshPage', true); | ||
286 | } else { | 287 | } else { |
287 | this.$message({ | 288 | this.$message({ |
288 | showClose: true, | 289 | showClose: true, | ... | ... |
... | @@ -235,7 +235,8 @@ | ... | @@ -235,7 +235,8 @@ |
235 | showClose: true, | 235 | showClose: true, |
236 | message: "保存成功!", | 236 | message: "保存成功!", |
237 | type: "success", | 237 | type: "success", |
238 | }); | 238 | }) |
239 | this.$store.dispatch('user/refreshPage', true); | ||
239 | } else { | 240 | } else { |
240 | this.$message({ | 241 | this.$message({ |
241 | showClose: true, | 242 | showClose: true, | ... | ... |
-
Please register or sign in to post a comment