Pārlūkot izejas kodu

提交修改规则维护相关

xiezhiming 3 gadi atpakaļ
vecāks
revīzija
c3e0b5bc3c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/components/knowledgeExtra/AddNewRuleContent.vue

+ 1 - 0
src/components/knowledgeExtra/AddNewRuleContent.vue

@@ -146,6 +146,7 @@
 			formData:{
 				handler(newData, old) {
 					if(newData){
+						
 						this.$emit('ruleContent',newData)
 					}
 				},