jinhui.wang

输入限制去除

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