|
@@ -64,7 +64,7 @@
|
|
|
</table>
|
|
|
<div style="padding:5pt 0;border-bottom: 1px solid #333;">使用授信明细:{{ fcItem.detail||'暂无。' }}</div>
|
|
|
<div style="padding:5pt 0;">
|
|
|
- 审批人员:{{fcItem.audit||'暂无。'}}
|
|
|
+ 审批人员:{{ fcItem.audit||'暂无。' }}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -135,7 +135,7 @@ export default {
|
|
|
}, this.printNums, this.financeBookList)
|
|
|
},
|
|
|
getData (data, list) {
|
|
|
- console.log(data)
|
|
|
+ console.log(data, list)
|
|
|
this.financeBookList = data
|
|
|
list.map(item => {
|
|
|
this.printNums.push({
|