@@ -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()