|
|
|
@ -545,8 +545,8 @@ class CommonWorkSetting extends Component{
|
|
|
|
|
let temp_publish_time
|
|
|
|
|
let temp_end_time
|
|
|
|
|
if (unified_setting) {
|
|
|
|
|
let temp_publish_time = publish_time
|
|
|
|
|
let temp_end_time = end_time
|
|
|
|
|
temp_publish_time = publish_time
|
|
|
|
|
temp_end_time = end_time
|
|
|
|
|
if (!temp_publish_time) {
|
|
|
|
|
const publish_time_moment = getNextHalfHourOfMoment(moment());
|
|
|
|
|
temp_publish_time = publish_time_moment.format(dateFormat);
|
|
|
|
|