|
@@ -64,8 +64,9 @@ export default {
|
|
console.log(res, 'rrrrrrrrr')
|
|
console.log(res, 'rrrrrrrrr')
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
_this.$message.success(res.message)
|
|
_this.$message.success(res.message)
|
|
|
|
+ location.reload()
|
|
// _this.$emit('refresh')
|
|
// _this.$emit('refresh')
|
|
- _this.$router.push({ path: `/userInfo/userManageList/list` })
|
|
|
|
|
|
+ // _this.$router.push({ path: `/userInfo/userManageList/list` })
|
|
setTimeout(function () {
|
|
setTimeout(function () {
|
|
_this.isShow = false
|
|
_this.isShow = false
|
|
}, 300)
|
|
}, 300)
|