瀏覽代碼

字数限制

lrf402788946 5 年之前
父節點
當前提交
6e76fa4169
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/jobs/content-form.vue

+ 2 - 2
src/components/jobs/content-form.vue

@@ -79,8 +79,8 @@ export default {
       form: { limit: { count: 0 }, ..._.cloneDeep(this.data) },
       limits: true,
       rules: {
-        title: requiredAndMaxlen(`${this.title}名称`, 40),
-        type: requiredAndMaxlen(`${this.title}类型`, 40),
+        title: requiredAndMaxlen(`${this.title}名称`),
+        type: requiredAndMaxlen(`${this.title}类型`),
       },
       parentList: [],
       typeList: [],