|
@@ -1164,6 +1164,7 @@ export default {
|
|
|
copyPeriod(this.copySourcePeriodId).then(response => {
|
|
copyPeriod(this.copySourcePeriodId).then(response => {
|
|
|
if (response.code === 200) {
|
|
if (response.code === 200) {
|
|
|
data.periodId = response.data;
|
|
data.periodId = response.data;
|
|
|
|
|
+ data.createTime = null;
|
|
|
updatePeriod(data).then(res => {
|
|
updatePeriod(data).then(res => {
|
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
|
this.msgSuccess("复制成功");
|
|
this.msgSuccess("复制成功");
|