|
|
@@ -1218,7 +1218,7 @@ const handleCopy = async (row?: TournamentsVO) => {
|
|
|
Object.assign(form.value, res.data);
|
|
|
form.value.gameType = gameType; // 确保赋值正确
|
|
|
form.value.signTime = signTime;
|
|
|
-
|
|
|
+ form.value.status = 0;
|
|
|
competitionIcon.value = res.data.competitionIcon;
|
|
|
// 处理奖励表单数据
|
|
|
const prizeItems = res.data.itemsPrizeList || [];
|