1178232204@qq.com 3 anos atrás
pai
commit
8af059ff34
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/knowledgeExtra/AddNewRule.vue

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

@@ -439,7 +439,7 @@ export default {
           const del =
             localStorage
               .getItem('zskDelDict')
-              .match(new RegExp(this.firstPlace.checkedType + '-\\d+', 'g')) ||
+              .match(new RegExp(this.firstPlace.checkedType + '-\\d+' + '-\\d+', 'g')) ||
             [];
           const types = dict[0].split('-');
           let obj = this.form.klRuleByIdSub;