|
|
|
@ -329,6 +329,10 @@ |
|
|
|
getOADetailForBM(this.searchData).then(({data}) => { |
|
|
|
this.spForm.nodeName = data.row.nodeName |
|
|
|
this.spForm.sp = data.row.sp |
|
|
|
// console.log('审批人:'+this.spForm.sp) |
|
|
|
// console.log('用户:'+this.searchData.username) |
|
|
|
// console.log(this.spForm.sp.includes(this.searchData.username)) |
|
|
|
|
|
|
|
}) |
|
|
|
searchBMcustomerInfo(this.searchData).then(({data}) => { |
|
|
|
if(data.rows.length>0){ |
|
|
|
|