修复参数匹配不区分大小写选项无法保存的问题

This commit is contained in:
刘祥超
2023-12-28 15:31:40 +08:00
parent e97d9fb8a0
commit c45ba38ffa

View File

@@ -896,7 +896,7 @@ Vue.component("http-cond-params", {
<td>不区分大小写</td> <td>不区分大小写</td>
<td> <td>
<div class="ui checkbox"> <div class="ui checkbox">
<input type="checkbox" v-model="cond.isCaseInsensitive"/> <input type="checkbox" name="condIsCaseInsensitive" v-model="cond.isCaseInsensitive"/>
<label></label> <label></label>
</div> </div>
<p class="comment">选中后表示对比时忽略参数值的大小写。</p> <p class="comment">选中后表示对比时忽略参数值的大小写。</p>