Browse Source

元素识别问题修复

gangyj 3 years ago
parent
commit
f0dae2d9af
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/exctab/ElementIdentification/index.vue

+ 2 - 1
src/views/exctab/ElementIdentification/index.vue

@@ -79,7 +79,7 @@
                 >
                   <template slot-scope="scope">
                     <el-input
-                      v-model="scope.row.textInfo"
+                      v-model="scope.row.eName"
                       placeholder="请输入内容"
                     ></el-input>
                   </template>
@@ -424,6 +424,7 @@ export default {
           type: 'warning',
           message: arr.join(',')+'条的元素名称未填写'
         })
+        return;
       }
 
       this.getWbsTypeList()