This commit is contained in:
bb_pan 2025-10-10 21:39:20 +08:00
parent 7c14015e22
commit 81e668ae9a
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ export default {
getBackApplyInfo(this.rowObj.id).then(res => {
console.log(res)
this.tableData = res.data.backApplyDetailsList
this.approveSignList = res.data.backApplyInfo.approveSignList
this.approveSignList = res.data.backApplyInfo.approveSignList || []
console.log('🚀 ~ 审核 ~ this.approveSignList:', this.approveSignList)
this.backSignUrl = res.data.backApplyInfo.backSignUrl
this.backSignType = res.data.backApplyInfo.backSignType