fix(测试跟踪): 用例创建缺陷,标题添加长度限制

--bug=1023294 --user=陈建星 【测试跟踪】功能用例-编辑-关联缺陷-创建缺陷-名称较长时-保存成功-后端报sql异常 https://www.tapd.cn/55049933/s/1337767
This commit is contained in:
chenjianxing 2023-02-19 11:56:28 +08:00 committed by jianxing
parent 8ed78df85f
commit 36fe2a65f4

View File

@ -18,6 +18,8 @@
v-model="form.title"
autocomplete="off"
class="top-input-class"
maxlength="300"
show-word-limit
>
</el-input>
</el-form-item>
@ -129,11 +131,6 @@ import {
import CustomFiledComponent from "metersphere-frontend/src/components/template/CustomFiledComponent";
import TestCaseIssueList from "@/business/issue/TestCaseIssueList";
import IssueEditDetail from "@/business/issue/IssueEditDetail";
import {
byteToSize,
getTypeByFileName,
getUUID,
} from "metersphere-frontend/src/utils";
import {
getCurrentProjectID,
getCurrentUser,