|
@@ -1231,6 +1231,7 @@ const handleCopy = async (row?: TournamentsVO) => {
|
|
|
form.value.signTime = String(res.data.signTime);
|
|
form.value.signTime = String(res.data.signTime);
|
|
|
form.value.gameType = String(res.data.gameType); // 转为字符串
|
|
form.value.gameType = String(res.data.gameType); // 转为字符串
|
|
|
form.value.status = 0;
|
|
form.value.status = 0;
|
|
|
|
|
+ form.value.id = null;
|
|
|
competitionIcon.value = res.data.competitionIcon;
|
|
competitionIcon.value = res.data.competitionIcon;
|
|
|
// 处理奖励表单数据
|
|
// 处理奖励表单数据
|
|
|
const prizeItems = res.data.itemsPrizeList || [];
|
|
const prizeItems = res.data.itemsPrizeList || [];
|