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:
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user