fix 81063

This commit is contained in:
赵霄
2024-01-19 17:54:36 +08:00
parent bc5408fea5
commit aab830e4e9
6 changed files with 12 additions and 0 deletions
@@ -51,6 +51,7 @@
:maxLength="500"
type="textarea"
:disabled="processInfoDisabled"
:rows="4"
v-decorator="['processDescription']" />
</a-form-item>
</a-form>
@@ -247,6 +248,7 @@
@change="event => event.target.value = event.target.value.trim()"
:maxLength="500"
type="textarea"
:rows="4"
v-decorator="['handleText', validatorRules.handleText]" />
</a-form-item>
<!--附件-->