質問編集履歴

1

修正

2021/05/10 02:52

投稿

tarotarotarotar
tarotarotarotar

スコア41

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  case setRole.includes('agent'):
32
32
 
33
- $('#trust_roles').find('[value=beneficiary_agent]').prop('disabled', true);
33
+ $('#trust_roles').children('[value=beneficiary_agent]').prop('disabled', true);
34
34
 
35
35
  break;
36
36