src/views/mouldManager/mouldCheckStand.vue
@@ -232,7 +232,7 @@ :visible.sync="mouldDialogVisible" width="800px" :close-on-click-modal="false" top="15vh" top="8vh" @closed="handleMouldClose" @close="handleMouldClose" > @@ -248,7 +248,7 @@ :props="defaultProps" show-checkbox node-key="code" style="margin-top:15px" style="margin-top:15px;height: 550px;overflow: auto" default-expand-all :filter-node-method="filterNode" /> @@ -670,7 +670,7 @@ if (treeKey.includes(i.code)) { arr.push({ code: i.code, name: i.name name: i.name.split('/')[1].trim() }) } })