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