Compare commits
No commits in common. "c09299175af2d767a3c8b061ae82ff8db0ff5035" and "af1c03d3ed7e71d04c5846d33c2ea84db1d01187" have entirely different histories.
c09299175a
...
af1c03d3ed
|
@ -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