This commit is contained in:
2022-12-07 16:34:33 +08:00
parent 533073eb11
commit 13dc4bfddc
2 changed files with 87 additions and 88 deletions

View File

@@ -210,7 +210,6 @@
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<el-form-item label="关联设备异常时前工位取货点" prop="device_code" label-width="200">

View File

@@ -206,7 +206,7 @@ export default {
nodeMenu: false
})
lf.on('node:click', (data, e) => { // 鼠标点击节点
console.log("data: ", data)
console.log('data: ', data)
// 展开显示设备信息
if (data.data.type !== 'pro-rect' && data.data.type !== 'pro-circle' && data.data.type !== 'triangle' && data.data.type !== 'rect-radius') {
if (data.data.properties.device) {