Browse Source

问题修改

wgl 4 years ago
parent
commit
8f97a582b9

+ 3 - 2
src/projects/pension/views/Common/Device/List.vue

@@ -73,9 +73,10 @@
 					this.isLoading = false;
 
 					this.getWatchList();
-					this.$router.push({
+					mui.toast('切换成功');
+					/* this.$router.push({
 						name: 'Master'
-					})
+					}) */
 				}).catch(error => {
 					this.isLoading = false;
 					mui.toast(error);

+ 2 - 2
src/projects/pension/views/Master/User/RelationPersonRegister.vue

@@ -146,9 +146,9 @@
 			},
 			asynCallBack() {
 				if (this.person_data) {
-					/* this.$router.push({
+					this.$router.push({
 						name: 'MasterUserRelationPerson'
-					}) */
+					})
 				}
 			},
 			...mapMutations({