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 {
|
.scale {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
z-index: 666;
|
z-index: 666;
|
||||||
position: absolute;
|
//position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-overlay-dialog {
|
.el-overlay-dialog {
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user