fix : 修复细节

This commit is contained in:
2024-05-11 15:51:19 +08:00
parent e6a515f673
commit c008aab0d3
2 changed files with 2 additions and 2 deletions

View File

@@ -378,7 +378,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
.scale {
margin-top: 10px;
z-index: 666;
position: absolute;
//position: absolute;
}
.el-overlay-dialog {

View File

@@ -120,7 +120,7 @@ const tableConfig = reactive({
api: ''
})
const getTree = async () => {
getInfo(9).then(res => {
getInfo(10).then(res => {
let data = res.data
processInstanceData.value = data
processStore.setDesign(data)