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 { .scale {
margin-top: 10px; margin-top: 10px;
z-index: 666; z-index: 666;
position: absolute; //position: absolute;
} }
.el-overlay-dialog { .el-overlay-dialog {

View File

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