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