Explorar o código

bugfix: 正则显示未填写的bug

reaper %!s(int64=4) %!d(string=hai) anos
pai
achega
a11d12a1b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/knowledgeExtra/AddNewRuleTable.vue

+ 1 - 1
src/components/knowledgeExtra/AddNewRuleTable.vue

@@ -502,7 +502,7 @@
                 label="正则表达式:"
                 label-width="120px"
                 style="width: 100%"
-                :prop="`klRuleByIdSub[${scope.$index}].subEqValue1`"
+                :prop="`klRuleByIdSub[${scope.$index}].subEqValue`"
                 :rules="[
                   {
                     required: true,