zhangdan 4 yıl önce
ebeveyn
işleme
159015e27f

+ 2 - 1
src/views/userInfo/editLdNumModal.vue

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

+ 2 - 1
src/views/userInfo/editUserPhoneModal.vue

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

+ 2 - 1
src/views/userInfo/editUseridentityModal.vue

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