refactor: 取消请求参数长度限制

(cherry picked from commit fac8442392)
This commit is contained in:
chenjianxing 2020-07-31 16:42:08 +08:00 committed by Captain.B
parent 9f4dd6e49c
commit 4f298c6bb0

View File

@ -10,7 +10,7 @@
:placeholder="$t('api_test.variable_name')" show-word-limit/>
</el-col>
<el-col>
<el-input :disabled="isReadOnly" v-model="item.value" size="small" maxlength="2000" @change="change"
<el-input :disabled="isReadOnly" v-model="item.value" size="small" @change="change"
:placeholder="$t('api_test.value')" show-word-limit/>
</el-col>
<el-col class="kv-delete">