@@ -182,6 +182,8 @@ export default {
orderId: this.orderId
})
.then(res => {
+ console.log(res);
+ this.formdata.applyNote = res.data.applyNote
this.form = res.data
this.fileList = res.data.orderRefundFileList.map(v => v.imgUrl)
if (['AFTER_WAIT', 'REFUND', 'NO_REFUND'].indexOf(res.data.status) !== -1) {