Merge pull request 'fix : 修复细节' (#129) from dd into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/129
This commit is contained in:
2024-05-11 07:51:50 +00:00
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)