d2b849ed by renchao@pashanhoo.com

1

1 parent 72ffe2f9
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 15:43:57
* @LastEditTime: 2023-07-28 15:45:56
-->
<template>
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px">
......@@ -157,7 +157,7 @@
if (res.code == 200) {
this.$message.success('保存成功');
//刷新列表
store.dispatch('user/refreshPage', true)
store.dispatch('user/reWorkFresh', true)
this.$popupCacel()
} else {
this.$message.error(res.message)
......