Commit 997c91f5 by “yanyuxin”

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents 6c96bd09 4a45ece3
...@@ -343,7 +343,7 @@ export default { ...@@ -343,7 +343,7 @@ export default {
], ],
"oldlidgrp.blk.narhis":[ "oldlidgrp.blk.narhis":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"} {max: 49950,message:"长度不能超过49950"}
], ],
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
disabled disabled
type="textarea" type="textarea"
v-model="model.oldlidgrp.blk.narhis" v-model="model.oldlidgrp.blk.narhis"
maxlength="250" maxlength="49950"
show-word-limit show-word-limit
:rows="12" :rows="12"
placeholder="请输入内容" ></c-input> placeholder="请输入内容" ></c-input>
......
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