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