fix:通过拦截器去除首尾空格

This commit is contained in:
zhangyu
2022-11-18 16:18:49 +08:00
parent e34e2d7cfe
commit 7b2420cff3
34 changed files with 81 additions and 62 deletions

View File

@@ -67,7 +67,7 @@
</el-form-item>
<!--name-->
<el-form-item v-if="optionType!=='batch'" :label='$t("overall.name")' label-width="125px" prop="name">
<el-input id="module-box-input-name" v-model.trim="editEndpoint.name" maxlength="64" placeholder="" show-word-limit size="small"></el-input>
<el-input id="module-box-input-name" v-model="editEndpoint.name" maxlength="64" placeholder="" show-word-limit size="small"></el-input>
</el-form-item>
<!--Enpoint template-->
<div class="right-box-sub-title">{{ $t("overall.config") }}