订单修复

dev_202412
yujialong 2 months ago
parent d5425d48bb
commit 26ec77f7de
  1. 4
      src/views/order/AddOrder.vue

@ -1642,8 +1642,8 @@ export default {
this.deadLine(e.periodOfUse, e, e.options, 1)
}
} else if (!this.viewDisabled) { //
e.startTime = cur.startTime.split(" ")[0];
if (cur.endTime) e.endTime = cur.endTime.split(" ")[0];
// e.startTime = cur.startTime.split(" ")[0];
// if (cur.endTime) e.endTime = cur.endTime.split(" ")[0];
}
// }
if (item && this.renewDisabled) {

Loading…
Cancel
Save