|
@@ -359,7 +359,7 @@ export default {
|
|
|
userId: orderInfo.userId ? orderInfo.userId : "",
|
|
|
auditComment: orderInfo.auditComment,
|
|
|
applyType: orderInfo.saleAmount ? "SELL" : "SERVICE",
|
|
|
- calenderId:orderInfo.calenderId
|
|
|
+ calenderId:orderInfo.calenderId?orderInfo.calenderId:''
|
|
|
};
|
|
|
this.auditStatus = orderInfo.auditStatus;
|
|
|
this.$set(
|