Browse Source

问题修改

SunZehao 1 year ago
parent
commit
d8dc4be836
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/evaluationSystem/evaluationMultiSequencePage.vue

+ 1 - 1
src/components/evaluationSystem/evaluationMultiSequencePage.vue

@@ -234,7 +234,7 @@ export default {
         saveAndEditIndicatorData() {
             let that = this
             let indNames = []
-            let binSectionName = []
+            // let binSectionName = []
             that.ruleForm.indicItemName.forEach(iv =>{
                 that.indicItemoptions.forEach(it =>{
                     if (iv === it.id) {