|
@@ -212,7 +212,7 @@
|
|
|
:show-close="false"
|
|
|
custom-class="credit-report-dialog"
|
|
|
>
|
|
|
- <div class="dialog-content">报告将于${bidCreditReport_makeTime}分钟内发送至您的邮箱,您也可前往“资产-报告下载记录”查看详情。</div>
|
|
|
+ <div class="dialog-content">报告将于${bidCreditReport_makeTime}内发送至您的邮箱,您也可前往“资产-报告下载记录”查看详情。</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="goDownloadRecord">查看下载记录</el-button>
|
|
|
<el-button @click="dialogVisible = false">取 消</el-button>
|
|
@@ -545,7 +545,7 @@
|
|
|
success: function(res) {
|
|
|
console.log(res);
|
|
|
if (res && res.data) {
|
|
|
- _this.bidCreditReport_makeTime = res.data.bidCreditReport_makeTime
|
|
|
+ _this.bidCreditReport_makeTime = res.data.bidCreditReport_makeTime || ''
|
|
|
}
|
|
|
}
|
|
|
})
|