修改禅道已知bug
This commit is contained in:
@@ -312,7 +312,8 @@
|
|||||||
path:'/docManage/splitting/splitDetail',
|
path:'/docManage/splitting/splitDetail',
|
||||||
query: {
|
query: {
|
||||||
infoId:val.id,
|
infoId:val.id,
|
||||||
infoNumber:val.serialNumber
|
infoNumber:val.serialNumber,
|
||||||
|
createBy:val.createBy
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -888,7 +888,7 @@
|
|||||||
return current && current < moment().subtract(1, 'day')
|
return current && current < moment().subtract(1, 'day')
|
||||||
},
|
},
|
||||||
getRoleByUserId() {
|
getRoleByUserId() {
|
||||||
getAction('/sys/role/getRoleByUserId', {}).then((res) => {
|
getAction('/sys/role/getRoleByUserId', { projectLibraryId: this.$route.query.id }).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.roleSwitchingList = res.result || []
|
this.roleSwitchingList = res.result || []
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user