查看详情修改
This commit is contained in:
parent
06d16202a2
commit
4094c3afc4
|
@ -528,7 +528,7 @@ export default {
|
|||
detailClick(row){
|
||||
this.detailParamss={}
|
||||
let applyNumber=row.applyNumber
|
||||
if (this.departmentId === 3) { //能力上架
|
||||
if (this.departmentId == 3) { //能力上架
|
||||
this.detailType='能力上架'
|
||||
let params = {
|
||||
processInstanceId: applyNumber,
|
||||
|
|
Loading…
Reference in New Issue