修复默认值问题

This commit is contained in:
liaozetao
2023-12-04 15:34:30 +08:00
parent f829763fd6
commit 5ae46ffd7e

View File

@@ -843,6 +843,13 @@ export default {
$("#nobleId").btComboBox('disable');
ComboboxHelper.setDef("#nobleId", '0');
ComboboxHelper.setDef("#giftType", '2');
$("input:radio[name='giftStatus']")[1].checked = true;
$("input:radio[name='hasEffect']")[0].checked = true;
$("input:radio[name='hasVggPic']")[0].checked = true;
$("input:radio[name='hasSvga']")[0].checked = true;
$("input:radio[name='isLatest']")[1].checked = true;
$("input:radio[name='isTimeLimit']")[1].checked = true;
$("input:radio[name='roomExclude']")[0].checked = true;
$("#notifyStaySecond").val('');
$("#isSkipRoom").val('');
$("#isSendMsg").val('');