| | |
| | | node-key="id" |
| | | default-expand-all |
| | | @node-click="handleNodeClick" |
| | | style="height: 500px;overflow-y: auto;" |
| | | :key="upIndex" |
| | | highlight-current |
| | | > |
| | | <div class="custom-tree-node" slot-scope="{ node, data }"> |
| | | <span |
| | |
| | | <template> |
| | | <el-select |
| | | v-model="form.father" |
| | | allow-create |
| | | filterable |
| | | placeholder="请选择" |
| | | style="width: 480px" |
| | | > |
| | |
| | | <template> |
| | | <el-select |
| | | v-model="form.elementId" |
| | | multiple |
| | | placeholder="请选择" |
| | | style="width: 200px" |
| | | > |
| | |
| | | Neworder() { |
| | | this.dialogVisible = false; |
| | | this.addTechTemp(); |
| | | // this.form = ''; |
| | | this.form = {}; |
| | | }, |
| | | Deleteapi() { |
| | | this.dialogVisible = false; |
| | |
| | | |
| | | { |
| | | deviceGroup: this.form.deviceGroup, |
| | | elementId: this.form.elementId, |
| | | elementId: JSON.stringify(this.form.elementId).replace("[","").replace("]",""), |
| | | father: this.form.father, |
| | | name: this.form.name, |
| | | type: this.form.type, |