Commit 880b9f4d by shaojiawen

update:api配置code字数扩展

parent 0ad8cac0
......@@ -821,7 +821,7 @@ export default {
const that = this;
that.apiInfoData = JSON.parse(JSON.stringify(that.$store.state.backInfo));
let frontInfo = JSON.parse(JSON.stringify(that.$store.state.frontInfo));
// 后端请求类型修改20190929,前后端默认对应
// 后端请求类型修改20190929,前后端默认对应 20210323疑问
that.apiInfoData.backendRequestType = frontInfo.requestType;
that.constData = that.apiInfoData.constData;
if (!that.apiInfoData.constData) {
......
......@@ -31,7 +31,7 @@ import createBase from '@/components/api/create-event-base.vue';
:input-value.sync="apiInfoData.code"
:holder="'请输入配置code'"
:get-by-type="'char'"
:max-length="20" />
:max-length="50" />
</el-form-item>
<el-form-item label="描述:">
<limit-textarea
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment