xiezhiming 3 years ago
parent
commit
150d3a5e8b
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/components/knowledgeExtra/AddNewRule.vue

+ 5 - 3
src/components/knowledgeExtra/AddNewRule.vue

@@ -323,9 +323,11 @@ export default {
       this.initEdidData();
       this.initEdidData();
     }else{
     }else{
 		// 做判断,防止刷新没有数据时返回列表页
 		// 做判断,防止刷新没有数据时返回列表页
-		this.$router.push({
-		  name: 'ZskRuleManager',
-		});
+		// if(){
+		// 	this.$router.push({
+		// 	  name: 'ZskRuleManager',
+		// 	});
+		// }
 	}
 	}
   },
   },
   methods: {
   methods: {