fix: 定金可退配置问题
This commit is contained in:
parent
eb0cb2a0a6
commit
7a9f8ca0d4
|
@ -12,7 +12,7 @@
|
|||
(function () {
|
||||
window.SITE_CONFIG = {};
|
||||
// api接口请求地址
|
||||
window.SITE_CONFIG["baseUrl"] = "https://admin-test.damajishi.cn/";
|
||||
window.SITE_CONFIG["baseUrl"] = "https://admin.damajishi.cn/";
|
||||
// 在线api接口请求地址
|
||||
// window.SITE_CONFIG['baseUrl'] = 'http://119.29.103.250:8082/red-memory';
|
||||
// 在线api接口请求地址
|
||||
|
|
|
@ -539,13 +539,13 @@ export default {
|
|||
this.$set(this, 'ruleForm', {
|
||||
productId: row.id,
|
||||
advanceSellId: row.advanceSellId,
|
||||
startTime: row.startTime,
|
||||
startTime: this.orderTime[0],
|
||||
name: row.name,
|
||||
endTime: row.endTime,
|
||||
balancePaymentStartTime: row.balancePaymentStartTime,
|
||||
balancePaymentEndTime: row.balancePaymentEndTime,
|
||||
estimatedStartDeliveryTime: row.estimatedStartDeliveryTime,
|
||||
estimatedEndDeliveryTime: row.estimatedEndDeliveryTime,
|
||||
endTime: this.orderTime[1],
|
||||
balancePaymentStartTime: this.arrears[0],
|
||||
balancePaymentEndTime: this.arrears[1],
|
||||
estimatedStartDeliveryTime: this.delivery[0],
|
||||
estimatedEndDeliveryTime: this.delivery[1],
|
||||
isRefundEarnestMoney: Number(row.isRefundEarnestMoney),
|
||||
productSpecificationList: row.productSpecificationList
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue