1
Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-28 15:43:57 | 4 | * @LastEditTime: 2023-07-28 15:45:56 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px"> | 7 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px"> |
| ... | @@ -157,7 +157,7 @@ | ... | @@ -157,7 +157,7 @@ |
| 157 | if (res.code == 200) { | 157 | if (res.code == 200) { |
| 158 | this.$message.success('保存成功'); | 158 | this.$message.success('保存成功'); |
| 159 | //刷新列表 | 159 | //刷新列表 |
| 160 | store.dispatch('user/refreshPage', true) | 160 | store.dispatch('user/reWorkFresh', true) |
| 161 | this.$popupCacel() | 161 | this.$popupCacel() |
| 162 | } else { | 162 | } else { |
| 163 | this.$message.error(res.message) | 163 | this.$message.error(res.message) | ... | ... |
-
Please register or sign in to post a comment