| | |
| | | v-for="item in manufacturerTree" |
| | | :key="item.attributes" |
| | | :label="item.text" |
| | | :value="item.text"> |
| | | :value="item.attributes"> |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | this.dataForm.type = row.type; |
| | | this.dataForm.secondaryType = row.secondaryType; |
| | | this.dataForm.directionCode = row.directionCode; |
| | | this.dataForm.manufacturer = row.manufacturer; |
| | | this.dataForm.manufacturer = row.companyNumber; |
| | | this.dataForm.specification = row.specification; |
| | | this.dataForm.explosiveContent = row.explosiveContent; |
| | | this.dataForm.level = row.level; |