zhengyiming
4 天以前 7b48aef3fa923377c57b9b0bca18dfef21e562d1
src/views/Reward/RewardApplyTradeCheck.vue
@@ -209,6 +209,7 @@
    bountyAmount: row.bountyAmount,
    tradeTime: row.tradeTime,
    auditTime: row.auditTime,
    financeAuditTime: row.financeAuditTime,
    payRemark: row.payRemark,
    payFileUrl: convertApi2FormUrlObjectBySeparator(row.payFileUrl),
    title: isCheck ? '详情' : '出账审批',
@@ -240,6 +241,7 @@
    bountyAmount: '' as any as number,
    tradeTime: '',
    auditTime: '',
    financeAuditTime: '',
    payRemark: '',
    payFileUrl: [] as UploadUserFile[],
    title: '',