jinhui.wang

输入限制去除

...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 class="inputShadow textareaPopover" 15 class="inputShadow textareaPopover"
16 v-model="formData[dataKey]" 16 v-model="formData[dataKey]"
17 resize="none" 17 resize="none"
18 - maxlength="13000" 18 + maxlength="1000000"
19 placeholder="" 19 placeholder=""
20 @blur="textareaBlur" 20 @blur="textareaBlur"
21 @input="input" 21 @input="input"
......